Html Css Color HEX #02E4B0 Caribbean Green

📋 copy color: '#02E4B0'

red 2 ◦ green 228 ◦ blue 176

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

Shades of Caribbean Green #02E4B0

Tints of Caribbean Green #02E4B0

RGB

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

 GREEN value IS 228 (89.45% from 255) = 56.16%

 BLUE value IS 176 (69.14% from 255) = 43.35%

R = 0.49%
G = 56.16%
B = 43.35%

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

#02E4B0 (or 0x02E4B0) is known color: Caribbean Green. HEX triplet: 02, E4 and B0. RGB value is (2,228,176). Sum of RGB (Red+Green+Blue) = 2+228+176=406 (53% of max value = 765). Red value is 2 (1.17% from 255 or 0.49% from 406); Green value is 228 (89.45% from 255 or 56.16% from 406); Blue value is 176 (69.14% from 255 or 43.35% from 406); Max value from RGB is 228 - color contains mainly: green. Hex color #02E4B0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02E4B0 is #FD1B4F. Grayscale: #9A9A9A. Windows color (decimal): -16587600 or 11592706. OLE color: 11592706.

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

Color convert

RGB 2 228 176 -
CMYK 0.99 0 0.23 0.11
HSL 166.19º 0.98% 0.45% -
HSV(B) 166.19º 0.99% 0.89% -
XYZ 35.6 58.63 50.52 -
YUV 154.5 140.13 19.23 -
System Red Green Blue C M Y K H S L
Decimal 2 228 176 0.99 0 0.23 0.11 166.19 0.98 0.45
Hex 2 E4 B0 63 0 17 B A6 62 2D
Octal 2 344 260 143 0 27 13 246 142 55
Binary 10 11100100 10110000 1100011 0 10111 1011 10100110 1100010 101101

Color Harmonies of #02E4B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02E4B0

Black with #02E4B0

Text Example


Text Example

White with #02E4B0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,228,176); }

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

background-color css

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

 a { background-color: rgb(2,228,176); }

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

border-color css

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

 span { border-color: rgb(2,228,176); }

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