#0D875B

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

Shades of Deep Sea #0D875B

Tints of Deep Sea #0D875B

Color information

#0D875B (or 0x0D875B) is unknown color: approx Deep Sea. HEX triplet: 0D, 87 and 5B. RGB value is (13,135,91). Sum of RGB (Red+Green+Blue) = 13+135+91=239 (31% of max value = 765). Red value is 13 (5.47% from 255 or 5.44% from 239); Green value is 135 (53.12% from 255 or 56.49% from 239); Blue value is 91 (35.94% from 255 or 38.08% from 239); Max value from RGB is 135 - color contains mainly: green. Hex color #0D875B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0D875B is #F278A4. Grayscale: #5D5D5D. Windows color (decimal): -15890597 or 5998349. OLE color: 5998349.

HSL color Cylindrical-coordinate representation of color #0D875B: hue angle of 158.36º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0D875B is Cyan = 0.90, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.47.

Color convert

RGB1313591-
CMYK0.9000.330.47
HSL158.36º82.43%29.02%-
HSV(B)158.36º90.37%52.94%-
XYZ10.7218.1712.84-
YUV93.51126.5870.58-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 5.44%
GREEN value IS 135 (53.12% from 255) = 56.49%
BLUE value IS 91 (35.94% from 255) = 38.08%
R=5.44%
G=56.49%
B=38.08%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13135910.9000.330.47158.3682.4329.02
HexD875B5A0212F9e521d
Octal152071331320415723612235
Binary11011000011110110111011010010000110111110011110101001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D875B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,135,91); }

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

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

 a { background-color: rgb(13,135,91); }

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

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

 span { border-color: rgb(13,135,91); }

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