Html Css Color HEX #00BB90 Caribbean Green

📋 copy color: '#00BB90'

red 0 ◦ green 187 ◦ blue 144

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

Shades of Caribbean Green #00BB90

Tints of Caribbean Green #00BB90

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

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

R = 0%
G = 56.5%
B = 43.5%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.23

 K value IS 0.27

RGB Variations

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

Color information

#00BB90 (or 0x00BB90) is known color: Caribbean Green. HEX triplet: 00, BB and 90. RGB value is (0,187,144). Sum of RGB (Red+Green+Blue) = 0+187+144=331 (43% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 331); Green value is 187 (73.44% from 255 or 56.50% from 331); Blue value is 144 (56.64% from 255 or 43.50% from 331); Max value from RGB is 187 - color contains mainly: green. Hex color #00BB90 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00BB90 is #FF446F. Grayscale: #7E7E7E. Windows color (decimal): -16729200 or 9485056. OLE color: 9485056.

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

Color convert

RGB 0 187 144 -
CMYK 1 0 0.23 0.27
HSL 166.2º 1% 0.37% -
HSV(B) 166.2º 1% 0.73% -
XYZ 22.8 37.55 32.43 -
YUV 126.19 138.05 38 -
System Red Green Blue C M Y K H S L
Decimal 0 187 144 1 0 0.23 0.27 166.2 1 0.37
Hex 0 BB 90 64 0 17 1B A6 64 25
Octal 0 273 220 144 0 27 33 246 144 45
Binary 0 10111011 10010000 1100100 0 10111 11011 10100110 1100100 100101

Color Harmonies of #00BB90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00BB90

Black with #00BB90

Text Example


Text Example

White with #00BB90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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