Html Css Color HEX #0DBBAB Light Sea Green

📋 copy color: '#0DBBAB'

red 13 ◦ green 187 ◦ blue 171

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

Shades of Light Sea Green #0DBBAB

Tints of Light Sea Green #0DBBAB

RGB

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

 GREEN value IS 187 (73.44% from 255) = 50.4%

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

R = 3.5%
G = 50.4%
B = 46.09%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.09

 K value IS 0.27

RGB Variations

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

Color information

#0DBBAB (or 0x0DBBAB) is known color: Light Sea Green. HEX triplet: 0D, BB and AB. RGB value is (13,187,171). Sum of RGB (Red+Green+Blue) = 13+187+171=371 (49% of max value = 765). Red value is 13 (5.47% from 255 or 3.50% from 371); Green value is 187 (73.44% from 255 or 50.40% from 371); Blue value is 171 (67.19% from 255 or 46.09% from 371); Max value from RGB is 187 - color contains mainly: green. Hex color #0DBBAB is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DBBAB is #F24454. Grayscale: #858585. Windows color (decimal): -15877205 or 11254541. OLE color: 11254541.

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

Color convert

RGB 13 187 171 -
CMYK 0.93 0 0.09 0.27
HSL 174.48º 0.87% 0.39% -
HSV(B) 174.48º 0.93% 0.73% -
XYZ 25.29 38.57 44.64 -
YUV 133.15 149.35 42.3 -
System Red Green Blue C M Y K H S L
Decimal 13 187 171 0.93 0 0.09 0.27 174.48 0.87 0.39
Hex D BB AB 5D 0 9 1B AE 57 27
Octal 15 273 253 135 0 11 33 256 127 47
Binary 1101 10111011 10101011 1011101 0 1001 11011 10101110 1010111 100111

Color Harmonies of #0DBBAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DBBAB

Black with #0DBBAB

Text Example


Text Example

White with #0DBBAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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