Html Css Color HEX #0BBBAB Light Sea Green

📋 copy color: '#0BBBAB'

red 11 ◦ green 187 ◦ blue 171

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

Shades of Light Sea Green #0BBBAB

Tints of Light Sea Green #0BBBAB

RGB

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

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

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

R = 2.98%
G = 50.68%
B = 46.34%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.09

 K value IS 0.27

RGB Variations

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

Color information

#0BBBAB (or 0x0BBBAB) is known color: Light Sea Green. HEX triplet: 0B, BB and AB. RGB value is (11,187,171). Sum of RGB (Red+Green+Blue) = 11+187+171=369 (48% of max value = 765). Red value is 11 (4.69% from 255 or 2.98% from 369); Green value is 187 (73.44% from 255 or 50.68% from 369); Blue value is 171 (67.19% from 255 or 46.34% from 369); Max value from RGB is 187 - color contains mainly: green. Hex color #0BBBAB is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BBBAB is #F44454. Grayscale: #848484. Windows color (decimal): -16008277 or 11254539. OLE color: 11254539.

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

Color convert

RGB 11 187 171 -
CMYK 0.94 0 0.09 0.27
HSL 174.55º 0.89% 0.39% -
HSV(B) 174.55º 0.94% 0.73% -
XYZ 25.26 38.55 44.64 -
YUV 132.55 149.69 41.3 -
System Red Green Blue C M Y K H S L
Decimal 11 187 171 0.94 0 0.09 0.27 174.55 0.89 0.39
Hex B BB AB 5E 0 9 1B AF 59 27
Octal 13 273 253 136 0 11 33 257 131 47
Binary 1011 10111011 10101011 1011110 0 1001 11011 10101111 1011001 100111

Color Harmonies of #0BBBAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BBBAB

Black with #0BBBAB

Text Example


Text Example

White with #0BBBAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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