#0DB9B5

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

Shades of Light Sea Green #0DB9B5

Tints of Light Sea Green #0DB9B5

Color information

#0DB9B5 (or 0x0DB9B5) is unknown color: approx Light Sea Green. HEX triplet: 0D, B9 and B5. RGB value is (13,185,181). Sum of RGB (Red+Green+Blue) = 13+185+181=379 (50% of max value = 765). Red value is 13 (5.47% from 255 or 3.43% from 379); Green value is 185 (72.66% from 255 or 48.81% from 379); Blue value is 181 (71.09% from 255 or 47.76% from 379); Max value from RGB is 185 - color contains mainly: green. Hex color #0DB9B5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DB9B5 is #F2464A. Grayscale: #848484. Windows color (decimal): -15877707 or 11909389. OLE color: 11909389.

HSL color Cylindrical-coordinate representation of color #0DB9B5: hue angle of 178.6º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DB9B5 is Cyan = 0.93, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.27.

Color convert

RGB13185181-
CMYK0.9300.020.27
HSL178.6º86.87%38.82%-
HSV(B)178.6º92.97%72.55%-
XYZ25.8638.1249.71-
YUV133.12155.0242.33-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 3.43%
GREEN value IS 185 (72.66% from 255) = 48.81%
BLUE value IS 181 (71.09% from 255) = 47.76%
R=3.43%
G=48.81%
B=47.76%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal131851810.9300.020.27178.686.8738.82
HexDB9B55D021Bb35727
Octal15271265135023326312747
Binary11011011100110110101101110101011011101100111010111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DB9B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,185,181); }

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

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

 a { background-color: rgb(13,185,181); }

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

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

 span { border-color: rgb(13,185,181); }

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