#02BEA8

Color #02BEA8 Caribbean Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Caribbean Green #02BEA8

Tints of Caribbean Green #02BEA8

Color information

#02BEA8 (or 0x02BEA8) is unknown color: approx Caribbean Green. HEX triplet: 02, BE and A8. RGB value is (2,190,168). Sum of RGB (Red+Green+Blue) = 2+190+168=360 (47% of max value = 765). Red value is 2 (1.17% from 255 or 0.56% from 360); Green value is 190 (74.61% from 255 or 52.78% from 360); Blue value is 168 (66.02% from 255 or 46.67% from 360); Max value from RGB is 190 - color contains mainly: green. Hex color #02BEA8 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02BEA8 is #FD4157. Grayscale: #838383. Windows color (decimal): -16597336 or 11058690. OLE color: 11058690.

HSL color Cylindrical-coordinate representation of color #02BEA8: hue angle of 172.98º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02BEA8 is Cyan = 0.99, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.25.

Color convert

RGB2190168-
CMYK0.9900.120.25
HSL172.98º97.92%37.65%-
HSV(B)172.98º98.95%74.51%-
XYZ25.5139.6743.36-
YUV131.28148.7235.79-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.56%
GREEN value IS 190 (74.61% from 255) = 52.78%
BLUE value IS 168 (66.02% from 255) = 46.67%
R=0.56%
G=52.78%
B=46.67%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal21901680.9900.120.25172.9897.9237.65
Hex2BEA8630C19ad6226
Octal22762501430143125514246
Binary10101111101010100011000110110011001101011011100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02BEA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,190,168); }

 H1.HeaderClassName
 {
   color: #02BEA8;
 }
 .AnyTagClassName
 {
   color: #02BEA8;
 }
</style>
background-color css

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

 a { background-color: rgb(2,190,168); }

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

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

 span { border-color: rgb(2,190,168); }

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