#02BFAE

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

Shades of Caribbean Green #02BFAE

Tints of Caribbean Green #02BFAE

Color information

#02BFAE (or 0x02BFAE) is unknown color: approx Caribbean Green. HEX triplet: 02, BF and AE. RGB value is (2,191,174). Sum of RGB (Red+Green+Blue) = 2+191+174=367 (48% of max value = 765). Red value is 2 (1.17% from 255 or 0.54% from 367); Green value is 191 (75% from 255 or 52.04% from 367); Blue value is 174 (68.36% from 255 or 47.41% from 367); Max value from RGB is 191 - color contains mainly: green. Hex color #02BFAE is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02BFAE is #FD4051. Grayscale: #848484. Windows color (decimal): -16597074 or 11452162. OLE color: 11452162.

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

Color convert

RGB2191174-
CMYK0.9900.090.25
HSL174.6º97.93%37.84%-
HSV(B)174.6º98.95%74.9%-
XYZ26.340.3346.44-
YUV132.55151.3834.88-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.54%
GREEN value IS 191 (75% from 255) = 52.04%
BLUE value IS 174 (68.36% from 255) = 47.41%
R=0.54%
G=52.04%
B=47.41%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal21911740.9900.090.25174.697.9337.84
Hex2BFAE630919af6226
Octal22772561430113125714246
Binary10101111111010111011000110100111001101011111100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02BFAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,191,174); }

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

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

 a { background-color: rgb(2,191,174); }

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

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

 span { border-color: rgb(2,191,174); }

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