Html Css Color HEX #0BBBA4 Light Sea Green

📋 copy color: '#0BBBA4'

red 11 ◦ green 187 ◦ blue 164

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

Shades of Light Sea Green #0BBBA4

Tints of Light Sea Green #0BBBA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 45.3%

R = 3.04%
G = 51.66%
B = 45.3%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.12

 K value IS 0.27

RGB Variations

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

Color information

#0BBBA4 (or 0x0BBBA4) is known color: Light Sea Green. HEX triplet: 0B, BB and A4. RGB value is (11,187,164). Sum of RGB (Red+Green+Blue) = 11+187+164=362 (47% of max value = 765). Red value is 11 (4.69% from 255 or 3.04% from 362); Green value is 187 (73.44% from 255 or 51.66% from 362); Blue value is 164 (64.45% from 255 or 45.30% from 362); Max value from RGB is 187 - color contains mainly: green. Hex color #0BBBA4 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BBBA4 is #F4445B. Grayscale: #838383. Windows color (decimal): -16008284 or 10795787. OLE color: 10795787.

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

Color convert

RGB 11 187 164 -
CMYK 0.94 0 0.12 0.27
HSL 172.16º 0.89% 0.39% -
HSV(B) 172.16º 0.94% 0.73% -
XYZ 24.61 38.29 41.22 -
YUV 131.75 146.19 41.87 -
System Red Green Blue C M Y K H S L
Decimal 11 187 164 0.94 0 0.12 0.27 172.16 0.89 0.39
Hex B BB A4 5E 0 C 1B AC 59 27
Octal 13 273 244 136 0 14 33 254 131 47
Binary 1011 10111011 10100100 1011110 0 1100 11011 10101100 1011001 100111

Color Harmonies of #0BBBA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BBBA4

Black with #0BBBA4

Text Example


Text Example

White with #0BBBA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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