Html Css Color HEX #02DFAC Caribbean Green

📋 copy color: '#02DFAC'

red 2 ◦ green 223 ◦ blue 172

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

Shades of Caribbean Green #02DFAC

Tints of Caribbean Green #02DFAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 43.32%

R = 0.5%
G = 56.17%
B = 43.32%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#02DFAC (or 0x02DFAC) is known color: Caribbean Green. HEX triplet: 02, DF and AC. RGB value is (2,223,172). Sum of RGB (Red+Green+Blue) = 2+223+172=397 (52% of max value = 765). Red value is 2 (1.17% from 255 or 0.50% from 397); Green value is 223 (87.5% from 255 or 56.17% from 397); Blue value is 172 (67.58% from 255 or 43.32% from 397); Max value from RGB is 223 - color contains mainly: green. Hex color #02DFAC is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02DFAC is #FD2053. Grayscale: #979797. Windows color (decimal): -16588884 or 11329282. OLE color: 11329282.

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

Color convert

RGB 2 223 172 -
CMYK 0.99 0 0.23 0.13
HSL 166.15º 0.98% 0.44% -
HSV(B) 166.15º 0.99% 0.87% -
XYZ 33.86 55.77 48.01 -
YUV 151.11 139.78 21.65 -
System Red Green Blue C M Y K H S L
Decimal 2 223 172 0.99 0 0.23 0.13 166.15 0.98 0.44
Hex 2 DF AC 63 0 17 D A6 62 2C
Octal 2 337 254 143 0 27 15 246 142 54
Binary 10 11011111 10101100 1100011 0 10111 1101 10100110 1100010 101100

Color Harmonies of #02DFAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02DFAC

Black with #02DFAC

Text Example


Text Example

White with #02DFAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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