Html Css Color HEX #02BB90 Caribbean Green

📋 copy color: '#02BB90'

red 2 ◦ green 187 ◦ blue 144

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

Shades of Caribbean Green #02BB90

Tints of Caribbean Green #02BB90

RGB

 RED value IS 2 (1.17% from 255) = 0.6%

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

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

R = 0.6%
G = 56.16%
B = 43.24%

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

#02BB90 (or 0x02BB90) is known color: Caribbean Green. HEX triplet: 02, BB and 90. RGB value is (2,187,144). Sum of RGB (Red+Green+Blue) = 2+187+144=333 (44% of max value = 765). Red value is 2 (1.17% from 255 or 0.60% from 333); Green value is 187 (73.44% from 255 or 56.16% from 333); Blue value is 144 (56.64% from 255 or 43.24% from 333); Max value from RGB is 187 - color contains mainly: green. Hex color #02BB90 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02BB90 is #FD446F. Grayscale: #7E7E7E. Windows color (decimal): -16598128 or 9485058. OLE color: 9485058.

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

Color convert

RGB 2 187 144 -
CMYK 0.99 0 0.23 0.27
HSL 166.05º 0.98% 0.37% -
HSV(B) 166.05º 0.99% 0.73% -
XYZ 22.83 37.57 32.43 -
YUV 126.78 137.71 39 -
System Red Green Blue C M Y K H S L
Decimal 2 187 144 0.99 0 0.23 0.27 166.05 0.98 0.37
Hex 2 BB 90 63 0 17 1B A6 62 25
Octal 2 273 220 143 0 27 33 246 142 45
Binary 10 10111011 10010000 1100011 0 10111 11011 10100110 1100010 100101

Color Harmonies of #02BB90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02BB90

Black with #02BB90

Text Example


Text Example

White with #02BB90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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