Html Css Color HEX #02DFA4 Caribbean Green

📋 copy color: '#02DFA4'

red 2 ◦ green 223 ◦ blue 164

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

Shades of Caribbean Green #02DFA4

Tints of Caribbean Green #02DFA4

RGB

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

 GREEN value IS 223 (87.5% from 255) = 57.33%

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

R = 0.51%
G = 57.33%
B = 42.16%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.26

 K value IS 0.13

RGB Variations

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

Color information

#02DFA4 (or 0x02DFA4) is known color: Caribbean Green. HEX triplet: 02, DF and A4. RGB value is (2,223,164). Sum of RGB (Red+Green+Blue) = 2+223+164=389 (51% of max value = 765). Red value is 2 (1.17% from 255 or 0.51% from 389); Green value is 223 (87.5% from 255 or 57.33% from 389); Blue value is 164 (64.45% from 255 or 42.16% from 389); Max value from RGB is 223 - color contains mainly: green. Hex color #02DFA4 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02DFA4 is #FD205B. Grayscale: #969696. Windows color (decimal): -16588892 or 10804994. OLE color: 10804994.

HSL color Cylindrical-coordinate representation of color #02DFA4: hue angle of 163.98º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02DFA4 is Cyan = 0.99, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.13.

Color convert

RGB 2 223 164 -
CMYK 0.99 0 0.26 0.13
HSL 163.98º 0.98% 0.44% -
HSV(B) 163.98º 0.99% 0.87% -
XYZ 33.11 55.47 44.08 -
YUV 150.2 135.78 22.3 -
System Red Green Blue C M Y K H S L
Decimal 2 223 164 0.99 0 0.26 0.13 163.98 0.98 0.44
Hex 2 DF A4 63 0 1A D A4 62 2C
Octal 2 337 244 143 0 32 15 244 142 54
Binary 10 11011111 10100100 1100011 0 11010 1101 10100100 1100010 101100

Color Harmonies of #02DFA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02DFA4

Black with #02DFA4

Text Example


Text Example

White with #02DFA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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