Html Css Color HEX #0DB9AB Light Sea Green

📋 copy color: '#0DB9AB'

red 13 ◦ green 185 ◦ blue 171

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

Shades of Light Sea Green #0DB9AB

Tints of Light Sea Green #0DB9AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 46.34%

R = 3.52%
G = 50.14%
B = 46.34%

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

#0DB9AB (or 0x0DB9AB) is known color: Light Sea Green. HEX triplet: 0D, B9 and AB. RGB value is (13,185,171). Sum of RGB (Red+Green+Blue) = 13+185+171=369 (48% of max value = 765). Red value is 13 (5.47% from 255 or 3.52% from 369); Green value is 185 (72.66% from 255 or 50.14% from 369); Blue value is 171 (67.19% from 255 or 46.34% from 369); Max value from RGB is 185 - color contains mainly: green. Hex color #0DB9AB is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DB9AB is #F24654. Grayscale: #838383. Windows color (decimal): -15877717 or 11254029. OLE color: 11254029.

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

Color convert

RGB 13 185 171 -
CMYK 0.93 0 0.08 0.27
HSL 175.12º 0.87% 0.39% -
HSV(B) 175.12º 0.93% 0.73% -
XYZ 24.87 37.72 44.5 -
YUV 131.98 150.02 43.14 -
System Red Green Blue C M Y K H S L
Decimal 13 185 171 0.93 0 0.08 0.27 175.12 0.87 0.39
Hex D B9 AB 5D 0 8 1B AF 57 27
Octal 15 271 253 135 0 10 33 257 127 47
Binary 1101 10111001 10101011 1011101 0 1000 11011 10101111 1010111 100111

Color Harmonies of #0DB9AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DB9AB

Black with #0DB9AB

Text Example


Text Example

White with #0DB9AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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