Html Css Color HEX #0DB6AB Light Sea Green

📋 copy color: '#0DB6AB'

red 13 ◦ green 182 ◦ blue 171

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

Shades of Light Sea Green #0DB6AB

Tints of Light Sea Green #0DB6AB

RGB

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

 GREEN value IS 182 (71.48% from 255) = 49.73%

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

R = 3.55%
G = 49.73%
B = 46.72%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.06

 K value IS 0.29

RGB Variations

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

Color information

#0DB6AB (or 0x0DB6AB) is known color: Light Sea Green. HEX triplet: 0D, B6 and AB. RGB value is (13,182,171). Sum of RGB (Red+Green+Blue) = 13+182+171=366 (48% of max value = 765). Red value is 13 (5.47% from 255 or 3.55% from 366); Green value is 182 (71.48% from 255 or 49.73% from 366); Blue value is 171 (67.19% from 255 or 46.72% from 366); Max value from RGB is 182 - color contains mainly: green. Hex color #0DB6AB is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DB6AB is #F24954. Grayscale: #828282. Windows color (decimal): -15878485 or 11253261. OLE color: 11253261.

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

Color convert

RGB 13 182 171 -
CMYK 0.93 0 0.06 0.29
HSL 176.09º 0.87% 0.38% -
HSV(B) 176.09º 0.93% 0.71% -
XYZ 24.24 36.48 44.29 -
YUV 130.22 151.01 44.39 -
System Red Green Blue C M Y K H S L
Decimal 13 182 171 0.93 0 0.06 0.29 176.09 0.87 0.38
Hex D B6 AB 5D 0 6 1D B0 57 26
Octal 15 266 253 135 0 6 35 260 127 46
Binary 1101 10110110 10101011 1011101 0 110 11101 10110000 1010111 100110

Color Harmonies of #0DB6AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DB6AB

Black with #0DB6AB

Text Example


Text Example

White with #0DB6AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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