#0DB5A9

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

Shades of Light Sea Green #0DB5A9

Tints of Light Sea Green #0DB5A9

Color information

#0DB5A9 (or 0x0DB5A9) is unknown color: approx Light Sea Green. HEX triplet: 0D, B5 and A9. RGB value is (13,181,169). Sum of RGB (Red+Green+Blue) = 13+181+169=363 (48% of max value = 765). Red value is 13 (5.47% from 255 or 3.58% from 363); Green value is 181 (71.09% from 255 or 49.86% from 363); Blue value is 169 (66.41% from 255 or 46.56% from 363); Max value from RGB is 181 - color contains mainly: green. Hex color #0DB5A9 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DB5A9 is #F24A56. Grayscale: #818181. Windows color (decimal): -15878743 or 11121933. OLE color: 11121933.

HSL color Cylindrical-coordinate representation of color #0DB5A9: hue angle of 175.71º 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 #0DB5A9 is Cyan = 0.93, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.29.

Color convert

RGB13181169-
CMYK0.9300.070.29
HSL175.71º86.6%38.04%-
HSV(B)175.71º92.82%70.98%-
XYZ23.853643.23-
YUV129.4150.3444.98-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 3.58%
GREEN value IS 181 (71.09% from 255) = 49.86%
BLUE value IS 169 (66.41% from 255) = 46.56%
R=3.58%
G=49.86%
B=46.56%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal131811690.9300.070.29175.7186.638.04
HexDB5A95D071Db05726
Octal15265251135073526012746
Binary110110110101101010011011101011111101101100001010111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DB5A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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