Html Css Color HEX #02E3A4 Caribbean Green

📋 copy color: '#02E3A4'

red 2 ◦ green 227 ◦ blue 164

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

Shades of Caribbean Green #02E3A4

Tints of Caribbean Green #02E3A4

RGB

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

 GREEN value IS 227 (89.06% from 255) = 57.76%

 BLUE value IS 164 (64.45% from 255) = 41.73%

R = 0.51%
G = 57.76%
B = 41.73%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.28

 K value IS 0.11

RGB Variations

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

Color information

#02E3A4 (or 0x02E3A4) is known color: Caribbean Green. HEX triplet: 02, E3 and A4. RGB value is (2,227,164). Sum of RGB (Red+Green+Blue) = 2+227+164=393 (52% of max value = 765). Red value is 2 (1.17% from 255 or 0.51% from 393); Green value is 227 (89.06% from 255 or 57.76% from 393); Blue value is 164 (64.45% from 255 or 41.73% from 393); Max value from RGB is 227 - color contains mainly: green. Hex color #02E3A4 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02E3A4 is #FD1C5B. Grayscale: #989898. Windows color (decimal): -16587868 or 10806018. OLE color: 10806018.

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

Color convert

RGB 2 227 164 -
CMYK 0.99 0 0.28 0.11
HSL 163.2º 0.98% 0.45% -
HSV(B) 163.2º 0.99% 0.89% -
XYZ 34.19 57.63 44.44 -
YUV 152.54 134.46 20.62 -
System Red Green Blue C M Y K H S L
Decimal 2 227 164 0.99 0 0.28 0.11 163.2 0.98 0.45
Hex 2 E3 A4 63 0 1C B A3 62 2D
Octal 2 343 244 143 0 34 13 243 142 55
Binary 10 11100011 10100100 1100011 0 11100 1011 10100011 1100010 101101

Color Harmonies of #02E3A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02E3A4

Black with #02E3A4

Text Example


Text Example

White with #02E3A4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,227,164); }

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

background-color css

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

 a { background-color: rgb(2,227,164); }

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

border-color css

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

 span { border-color: rgb(2,227,164); }

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