Html Css Color HEX #02E2AF Caribbean Green

📋 copy color: '#02E2AF'

red 2 ◦ green 226 ◦ blue 175

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

Shades of Caribbean Green #02E2AF

Tints of Caribbean Green #02E2AF

RGB

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

 GREEN value IS 226 (88.67% from 255) = 56.08%

 BLUE value IS 175 (68.75% from 255) = 43.42%

R = 0.5%
G = 56.08%
B = 43.42%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.23

 K value IS 0.11

RGB Variations

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

Color information

#02E2AF (or 0x02E2AF) is known color: Caribbean Green. HEX triplet: 02, E2 and AF. RGB value is (2,226,175). Sum of RGB (Red+Green+Blue) = 2+226+175=403 (53% of max value = 765). Red value is 2 (1.17% from 255 or 0.50% from 403); Green value is 226 (88.67% from 255 or 56.08% from 403); Blue value is 175 (68.75% from 255 or 43.42% from 403); Max value from RGB is 226 - color contains mainly: green. Hex color #02E2AF is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02E2AF is #FD1D50. Grayscale: #999999. Windows color (decimal): -16588113 or 11526658. OLE color: 11526658.

HSL color Cylindrical-coordinate representation of color #02E2AF: hue angle of 166.34º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02E2AF is Cyan = 0.99, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.11.

Color convert

RGB 2 226 175 -
CMYK 0.99 0 0.23 0.11
HSL 166.34º 0.98% 0.45% -
HSV(B) 166.34º 0.99% 0.89% -
XYZ 34.96 57.5 49.81 -
YUV 153.21 140.29 20.15 -
System Red Green Blue C M Y K H S L
Decimal 2 226 175 0.99 0 0.23 0.11 166.34 0.98 0.45
Hex 2 E2 AF 63 0 17 B A6 62 2D
Octal 2 342 257 143 0 27 13 246 142 55
Binary 10 11100010 10101111 1100011 0 10111 1011 10100110 1100010 101101

Color Harmonies of #02E2AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02E2AF

Black with #02E2AF

Text Example


Text Example

White with #02E2AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,226,175); }

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

background-color css

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

 a { background-color: rgb(2,226,175); }

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

border-color css

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

 span { border-color: rgb(2,226,175); }

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