#0DB5A6

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

Shades of Light Sea Green #0DB5A6

Tints of Light Sea Green #0DB5A6

Color information

#0DB5A6 (or 0x0DB5A6) is unknown color: approx Light Sea Green. HEX triplet: 0D, B5 and A6. RGB value is (13,181,166). Sum of RGB (Red+Green+Blue) = 13+181+166=360 (47% of max value = 765). Red value is 13 (5.47% from 255 or 3.61% from 360); Green value is 181 (71.09% from 255 or 50.28% from 360); Blue value is 166 (65.23% from 255 or 46.11% from 360); Max value from RGB is 181 - color contains mainly: green. Hex color #0DB5A6 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DB5A6 is #F24A59. Grayscale: #808080. Windows color (decimal): -15878746 or 10925325. OLE color: 10925325.

HSL color Cylindrical-coordinate representation of color #0DB5A6: hue angle of 174.64º degrees, saturation: 0.87, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DB5A6 is Cyan = 0.93, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.29.

Color convert

RGB13181166-
CMYK0.9300.080.29
HSL174.64º86.6%38.04%-
HSV(B)174.64º92.82%70.98%-
XYZ23.5735.8941.76-
YUV129.06148.8445.22-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 3.61%
GREEN value IS 181 (71.09% from 255) = 50.28%
BLUE value IS 166 (65.23% from 255) = 46.11%
R=3.61%
G=50.28%
B=46.11%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal131811660.9300.080.29174.6486.638.04
HexDB5A65D081Daf5726
Octal152652461350103525712746
Binary1101101101011010011010111010100011101101011111010111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DB5A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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