Html Css Color HEX #0BBBA6 Light Sea Green

📋 copy color: '#0BBBA6'

red 11 ◦ green 187 ◦ blue 166

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

Shades of Light Sea Green #0BBBA6

Tints of Light Sea Green #0BBBA6

RGB

 RED value IS 11 (4.69% from 255) = 3.02%

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

 BLUE value IS 166 (65.23% from 255) = 45.6%

R = 3.02%
G = 51.37%
B = 45.6%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.11

 K value IS 0.27

RGB Variations

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

Color information

#0BBBA6 (or 0x0BBBA6) is known color: Light Sea Green. HEX triplet: 0B, BB and A6. RGB value is (11,187,166). Sum of RGB (Red+Green+Blue) = 11+187+166=364 (48% of max value = 765). Red value is 11 (4.69% from 255 or 3.02% from 364); Green value is 187 (73.44% from 255 or 51.37% from 364); Blue value is 166 (65.23% from 255 or 45.60% from 364); Max value from RGB is 187 - color contains mainly: green. Hex color #0BBBA6 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BBBA6 is #F44459. Grayscale: #838383. Windows color (decimal): -16008282 or 10926859. OLE color: 10926859.

HSL color Cylindrical-coordinate representation of color #0BBBA6: hue angle of 172.84º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BBBA6 is Cyan = 0.94, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.27.

Color convert

RGB 11 187 166 -
CMYK 0.94 0 0.11 0.27
HSL 172.84º 0.89% 0.39% -
HSV(B) 172.84º 0.94% 0.73% -
XYZ 24.79 38.36 42.17 -
YUV 131.98 147.19 41.71 -
System Red Green Blue C M Y K H S L
Decimal 11 187 166 0.94 0 0.11 0.27 172.84 0.89 0.39
Hex B BB A6 5E 0 B 1B AD 59 27
Octal 13 273 246 136 0 13 33 255 131 47
Binary 1011 10111011 10100110 1011110 0 1011 11011 10101101 1011001 100111

Color Harmonies of #0BBBA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BBBA6

Black with #0BBBA6

Text Example


Text Example

White with #0BBBA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,187,166); }

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

background-color css

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

 a { background-color: rgb(11,187,166); }

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

border-color css

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

 span { border-color: rgb(11,187,166); }

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