Html Css Color HEX #0DB8AB Light Sea Green

📋 copy color: '#0DB8AB'

red 13 ◦ green 184 ◦ blue 171

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

Shades of Light Sea Green #0DB8AB

Tints of Light Sea Green #0DB8AB

RGB

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

 GREEN value IS 184 (72.27% from 255) = 50%

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

R = 3.53%
G = 50%
B = 46.47%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.07

 K value IS 0.28

RGB Variations

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

Color information

#0DB8AB (or 0x0DB8AB) is known color: Light Sea Green. HEX triplet: 0D, B8 and AB. RGB value is (13,184,171). Sum of RGB (Red+Green+Blue) = 13+184+171=368 (48% of max value = 765). Red value is 13 (5.47% from 255 or 3.53% from 368); Green value is 184 (72.27% from 255 or 50% from 368); Blue value is 171 (67.19% from 255 or 46.47% from 368); Max value from RGB is 184 - color contains mainly: green. Hex color #0DB8AB is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DB8AB is #F24754. Grayscale: #838383. Windows color (decimal): -15877973 or 11253773. OLE color: 11253773.

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

Color convert

RGB 13 184 171 -
CMYK 0.93 0 0.07 0.28
HSL 175.44º 0.87% 0.39% -
HSV(B) 175.44º 0.93% 0.72% -
XYZ 24.66 37.31 44.43 -
YUV 131.39 150.35 43.56 -
System Red Green Blue C M Y K H S L
Decimal 13 184 171 0.93 0 0.07 0.28 175.44 0.87 0.39
Hex D B8 AB 5D 0 7 1C AF 57 27
Octal 15 270 253 135 0 7 34 257 127 47
Binary 1101 10111000 10101011 1011101 0 111 11100 10101111 1010111 100111

Color Harmonies of #0DB8AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DB8AB

Black with #0DB8AB

Text Example


Text Example

White with #0DB8AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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