#0D7B5A

Color #0D7B5A Deep Sea (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Sea #0D7B5A

Tints of Deep Sea #0D7B5A

Color information

#0D7B5A (or 0x0D7B5A) is unknown color: approx Deep Sea. HEX triplet: 0D, 7B and 5A. RGB value is (13,123,90). Sum of RGB (Red+Green+Blue) = 13+123+90=226 (29% of max value = 765). Red value is 13 (5.47% from 255 or 5.75% from 226); Green value is 123 (48.44% from 255 or 54.42% from 226); Blue value is 90 (35.55% from 255 or 39.82% from 226); Max value from RGB is 123 - color contains mainly: green. Hex color #0D7B5A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D7B5A is #F284A5. Grayscale: #565656. Windows color (decimal): -15893670 or 5929741. OLE color: 5929741.

HSL color Cylindrical-coordinate representation of color #0D7B5A: hue angle of 162º degrees, saturation: 0.81, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0D7B5A is Cyan = 0.89, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.52.

Color convert

RGB1312390-
CMYK0.8900.270.52
HSL162º80.88%26.67%-
HSV(B)162º89.43%48.24%-
XYZ9.0914.9912.09-
YUV86.35130.0675.68-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 13 (5.47% from 255) = 5.75%
GREEN value IS 123 (48.44% from 255) = 54.42%
BLUE value IS 90 (35.55% from 255) = 39.82%
R=5.75%
G=54.42%
B=39.82%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal13123900.8900.270.5216280.8826.67
HexD7B5A5901B34a2511b
Octal151731321310336424212133
Binary110111110111011010101100101101111010010100010101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D7B5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0D7B5A; }

 p { color: rgb(13,123,90); }

 H1.HeaderClassName
 {
   color: #0D7B5A;
 }
 .AnyTagClassName
 {
   color: #0D7B5A;
 }
</style>
background-color css

<style>
 a { background-color: #0D7B5A; }

 a { background-color: rgb(13,123,90); }

 div.DivClassName
 {
   background-color: #0D7B5A;
 }
 .BgClassName
 {
   background-color: #0D7B5A;
 }
</style>
border-color css

<style>
 span { border-color: #0D7B5A; }

 span { border-color: rgb(13,123,90); }

 td.TdClassName
 {
   border-color: #0D7B5A;
 }
 .TagClassName
 {
   border-color: #0D7B5A;
 }
</style>