Html Css Color HEX #0BBBAC Light Sea Green

📋 copy color: '#0BBBAC'

red 11 ◦ green 187 ◦ blue 172

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

Shades of Light Sea Green #0BBBAC

Tints of Light Sea Green #0BBBAC

RGB

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

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

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

R = 2.97%
G = 50.54%
B = 46.49%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#0BBBAC (or 0x0BBBAC) is known color: Light Sea Green. HEX triplet: 0B, BB and AC. RGB value is (11,187,172). Sum of RGB (Red+Green+Blue) = 11+187+172=370 (49% of max value = 765). Red value is 11 (4.69% from 255 or 2.97% from 370); Green value is 187 (73.44% from 255 or 50.54% from 370); Blue value is 172 (67.58% from 255 or 46.49% from 370); Max value from RGB is 187 - color contains mainly: green. Hex color #0BBBAC is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BBBAC is #F44453. Grayscale: #848484. Windows color (decimal): -16008276 or 11320075. OLE color: 11320075.

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

Color convert

RGB 11 187 172 -
CMYK 0.94 0 0.08 0.27
HSL 174.89º 0.89% 0.39% -
HSV(B) 174.89º 0.94% 0.73% -
XYZ 25.35 38.59 45.14 -
YUV 132.67 150.19 41.22 -
System Red Green Blue C M Y K H S L
Decimal 11 187 172 0.94 0 0.08 0.27 174.89 0.89 0.39
Hex B BB AC 5E 0 8 1B AF 59 27
Octal 13 273 254 136 0 10 33 257 131 47
Binary 1011 10111011 10101100 1011110 0 1000 11011 10101111 1011001 100111

Color Harmonies of #0BBBAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BBBAC

Black with #0BBBAC

Text Example


Text Example

White with #0BBBAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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