Html Css Color HEX #0DBBAC Light Sea Green

📋 copy color: '#0DBBAC'

red 13 ◦ green 187 ◦ blue 172

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

Shades of Light Sea Green #0DBBAC

Tints of Light Sea Green #0DBBAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 46.24%

R = 3.49%
G = 50.27%
B = 46.24%

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

#0DBBAC (or 0x0DBBAC) is known color: Light Sea Green. HEX triplet: 0D, BB and AC. RGB value is (13,187,172). Sum of RGB (Red+Green+Blue) = 13+187+172=372 (49% of max value = 765). Red value is 13 (5.47% from 255 or 3.49% from 372); Green value is 187 (73.44% from 255 or 50.27% from 372); Blue value is 172 (67.58% from 255 or 46.24% from 372); Max value from RGB is 187 - color contains mainly: green. Hex color #0DBBAC is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DBBAC is #F24453. Grayscale: #858585. Windows color (decimal): -15877204 or 11320077. OLE color: 11320077.

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

Color convert

RGB 13 187 172 -
CMYK 0.93 0 0.08 0.27
HSL 174.83º 0.87% 0.39% -
HSV(B) 174.83º 0.93% 0.73% -
XYZ 25.38 38.6 45.14 -
YUV 133.26 149.85 42.22 -
System Red Green Blue C M Y K H S L
Decimal 13 187 172 0.93 0 0.08 0.27 174.83 0.87 0.39
Hex D BB AC 5D 0 8 1B AF 57 27
Octal 15 273 254 135 0 10 33 257 127 47
Binary 1101 10111011 10101100 1011101 0 1000 11011 10101111 1010111 100111

Color Harmonies of #0DBBAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DBBAC

Black with #0DBBAC

Text Example


Text Example

White with #0DBBAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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