#0D8B5B

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

Shades of Deep Sea #0D8B5B

Tints of Deep Sea #0D8B5B

Color information

#0D8B5B (or 0x0D8B5B) is unknown color: approx Deep Sea. HEX triplet: 0D, 8B and 5B. RGB value is (13,139,91). Sum of RGB (Red+Green+Blue) = 13+139+91=243 (32% of max value = 765). Red value is 13 (5.47% from 255 or 5.35% from 243); Green value is 139 (54.69% from 255 or 57.20% from 243); Blue value is 91 (35.94% from 255 or 37.45% from 243); Max value from RGB is 139 - color contains mainly: green. Hex color #0D8B5B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0D8B5B is #F274A4. Grayscale: #5F5F5F. Windows color (decimal): -15889573 or 5999373. OLE color: 5999373.

HSL color Cylindrical-coordinate representation of color #0D8B5B: hue angle of 157.14º degrees, saturation: 0.83, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D8B5B is Cyan = 0.91, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.45.

Color convert

RGB1313991-
CMYK0.9100.350.45
HSL157.14º82.89%29.8%-
HSV(B)157.14º90.65%54.51%-
XYZ11.2919.3113.03-
YUV95.85125.2668.9-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 5.35%
GREEN value IS 139 (54.69% from 255) = 57.20%
BLUE value IS 91 (35.94% from 255) = 37.45%
R=5.35%
G=57.20%
B=37.45%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13139910.9100.350.45157.1482.8929.8
HexD8B5B5B0232D9d531e
Octal152131331330435523512336
Binary11011000101110110111011011010001110110110011101101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D8B5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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