Html Css Color HEX #02B992 Caribbean Green

📋 copy color: '#02B992'

red 2 ◦ green 185 ◦ blue 146

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

Shades of Caribbean Green #02B992

Tints of Caribbean Green #02B992

RGB

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

 GREEN value IS 185 (72.66% from 255) = 55.56%

 BLUE value IS 146 (57.42% from 255) = 43.84%

R = 0.6%
G = 55.56%
B = 43.84%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.21

 K value IS 0.27

RGB Variations

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

Color information

#02B992 (or 0x02B992) is known color: Caribbean Green. HEX triplet: 02, B9 and 92. RGB value is (2,185,146). Sum of RGB (Red+Green+Blue) = 2+185+146=333 (44% of max value = 765). Red value is 2 (1.17% from 255 or 0.60% from 333); Green value is 185 (72.66% from 255 or 55.56% from 333); Blue value is 146 (57.42% from 255 or 43.84% from 333); Max value from RGB is 185 - color contains mainly: green. Hex color #02B992 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02B992 is #FD466D. Grayscale: #7D7D7D. Windows color (decimal): -16598638 or 9615618. OLE color: 9615618.

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

Color convert

RGB 2 185 146 -
CMYK 0.99 0 0.21 0.27
HSL 167.21º 0.98% 0.37% -
HSV(B) 167.21º 0.99% 0.73% -
XYZ 22.56 36.79 33.11 -
YUV 125.84 139.37 39.67 -
System Red Green Blue C M Y K H S L
Decimal 2 185 146 0.99 0 0.21 0.27 167.21 0.98 0.37
Hex 2 B9 92 63 0 15 1B A7 62 25
Octal 2 271 222 143 0 25 33 247 142 45
Binary 10 10111001 10010010 1100011 0 10101 11011 10100111 1100010 100101

Color Harmonies of #02B992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02B992

Black with #02B992

Text Example


Text Example

White with #02B992

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,185,146); }

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

background-color css

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

 a { background-color: rgb(2,185,146); }

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

border-color css

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

 span { border-color: rgb(2,185,146); }

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