Html Css Color HEX #0DB9AA Light Sea Green

📋 copy color: '#0DB9AA'

red 13 ◦ green 185 ◦ blue 170

#0DB9AA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Sea Green #0DB9AA

Tints of Light Sea Green #0DB9AA

RGB

 RED value IS 13 (5.47% from 255) = 3.53%

 GREEN value IS 185 (72.66% from 255) = 50.27%

 BLUE value IS 170 (66.8% from 255) = 46.2%

R = 3.53%
G = 50.27%
B = 46.2%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#0DB9AA (or 0x0DB9AA) is known color: Light Sea Green. HEX triplet: 0D, B9 and AA. RGB value is (13,185,170). Sum of RGB (Red+Green+Blue) = 13+185+170=368 (48% of max value = 765). Red value is 13 (5.47% from 255 or 3.53% from 368); Green value is 185 (72.66% from 255 or 50.27% from 368); Blue value is 170 (66.80% from 255 or 46.20% from 368); Max value from RGB is 185 - color contains mainly: green. Hex color #0DB9AA is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DB9AA is #F24655. Grayscale: #838383. Windows color (decimal): -15877718 or 11188493. OLE color: 11188493.

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

Color convert

RGB 13 185 170 -
CMYK 0.93 0 0.08 0.27
HSL 174.77º 0.87% 0.39% -
HSV(B) 174.77º 0.93% 0.73% -
XYZ 24.77 37.69 44 -
YUV 131.86 149.52 43.22 -
System Red Green Blue C M Y K H S L
Decimal 13 185 170 0.93 0 0.08 0.27 174.77 0.87 0.39
Hex D B9 AA 5D 0 8 1B AF 57 27
Octal 15 271 252 135 0 10 33 257 127 47
Binary 1101 10111001 10101010 1011101 0 1000 11011 10101111 1010111 100111

Color Harmonies of #0DB9AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DB9AA

Black with #0DB9AA

Text Example


Text Example

White with #0DB9AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0DB9AA;
 }
 .AnyTagClassName
 {
   color: #0DB9AA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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