Html Css Color HEX #01BB90 Caribbean Green

📋 copy color: '#01BB90'

red 1 ◦ green 187 ◦ blue 144

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

Shades of Caribbean Green #01BB90

Tints of Caribbean Green #01BB90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 43.37%

R = 0.3%
G = 56.33%
B = 43.37%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.23

 K value IS 0.27

RGB Variations

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

Color information

#01BB90 (or 0x01BB90) is known color: Caribbean Green. HEX triplet: 01, BB and 90. RGB value is (1,187,144). Sum of RGB (Red+Green+Blue) = 1+187+144=332 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 332); Green value is 187 (73.44% from 255 or 56.33% from 332); Blue value is 144 (56.64% from 255 or 43.37% from 332); Max value from RGB is 187 - color contains mainly: green. Hex color #01BB90 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01BB90 is #FE446F. Grayscale: #7E7E7E. Windows color (decimal): -16663664 or 9485057. OLE color: 9485057.

HSL color Cylindrical-coordinate representation of color #01BB90: hue angle of 166.13º 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 #01BB90 is Cyan = 0.99, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.27.

Color convert

RGB 1 187 144 -
CMYK 0.99 0 0.23 0.27
HSL 166.13º 0.99% 0.37% -
HSV(B) 166.13º 0.99% 0.73% -
XYZ 22.82 37.56 32.43 -
YUV 126.48 137.88 38.5 -
System Red Green Blue C M Y K H S L
Decimal 1 187 144 0.99 0 0.23 0.27 166.13 0.99 0.37
Hex 1 BB 90 63 0 17 1B A6 63 25
Octal 1 273 220 143 0 27 33 246 143 45
Binary 1 10111011 10010000 1100011 0 10111 11011 10100110 1100011 100101

Color Harmonies of #01BB90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01BB90

Black with #01BB90

Text Example


Text Example

White with #01BB90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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