Html Css Color HEX #01BB91 Caribbean Green

📋 copy color: '#01BB91'

red 1 ◦ green 187 ◦ blue 145

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

Shades of Caribbean Green #01BB91

Tints of Caribbean Green #01BB91

RGB

 RED value IS 1 (0.78% from 255) = 0.3%

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

 BLUE value IS 145 (57.03% from 255) = 43.54%

R = 0.3%
G = 56.16%
B = 43.54%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.22

 K value IS 0.27

RGB Variations

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

Color information

#01BB91 (or 0x01BB91) is known color: Caribbean Green. HEX triplet: 01, BB and 91. RGB value is (1,187,145). Sum of RGB (Red+Green+Blue) = 1+187+145=333 (44% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 333); Green value is 187 (73.44% from 255 or 56.16% from 333); Blue value is 145 (57.03% from 255 or 43.54% from 333); Max value from RGB is 187 - color contains mainly: green. Hex color #01BB91 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01BB91 is #FE446E. Grayscale: #7E7E7E. Windows color (decimal): -16663663 or 9550593. OLE color: 9550593.

HSL color Cylindrical-coordinate representation of color #01BB91: hue angle of 166.45º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01BB91 is Cyan = 0.99, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.27.

Color convert

RGB 1 187 145 -
CMYK 0.99 0 0.22 0.27
HSL 166.45º 0.99% 0.37% -
HSV(B) 166.45º 0.99% 0.73% -
XYZ 22.89 37.59 32.84 -
YUV 126.6 138.38 38.42 -
System Red Green Blue C M Y K H S L
Decimal 1 187 145 0.99 0 0.22 0.27 166.45 0.99 0.37
Hex 1 BB 91 63 0 16 1B A6 63 25
Octal 1 273 221 143 0 26 33 246 143 45
Binary 1 10111011 10010001 1100011 0 10110 11011 10100110 1100011 100101

Color Harmonies of #01BB91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01BB91

Black with #01BB91

Text Example


Text Example

White with #01BB91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01BB91; }

 p { color: rgb(1,187,145); }

 H1.HeaderClassName
 {
   color: #01BB91;
 }
 .AnyTagClassName
 {
   color: #01BB91;
 }
</style>

background-color css

<style>
 a { background-color: #01BB91; }

 a { background-color: rgb(1,187,145); }

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

border-color css

<style>
 span { border-color: #01BB91; }

 span { border-color: rgb(1,187,145); }

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