Html Css Color HEX #02DFC2 Robin's Egg Blue

📋 copy color: '#02DFC2'

red 2 ◦ green 223 ◦ blue 194

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

Shades of Robin's Egg Blue #02DFC2

Tints of Robin's Egg Blue #02DFC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 46.3%

R = 0.48%
G = 53.22%
B = 46.3%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.13

 K value IS 0.13

RGB Variations

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

Color information

#02DFC2 (or 0x02DFC2) is known color: Robin's Egg Blue. HEX triplet: 02, DF and C2. RGB value is (2,223,194). Sum of RGB (Red+Green+Blue) = 2+223+194=419 (55% of max value = 765). Red value is 2 (1.17% from 255 or 0.48% from 419); Green value is 223 (87.5% from 255 or 53.22% from 419); Blue value is 194 (76.17% from 255 or 46.30% from 419); Max value from RGB is 223 - color contains mainly: green. Hex color #02DFC2 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #02DFC2 is #FD203D. Grayscale: #999999. Windows color (decimal): -16588862 or 12771074. OLE color: 12771074.

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

Color convert

RGB 2 223 194 -
CMYK 0.99 0 0.13 0.13
HSL 172.13º 0.98% 0.44% -
HSV(B) 172.13º 0.99% 0.87% -
XYZ 36.15 56.68 60.07 -
YUV 153.62 150.78 19.86 -
System Red Green Blue C M Y K H S L
Decimal 2 223 194 0.99 0 0.13 0.13 172.13 0.98 0.44
Hex 2 DF C2 63 0 D D AC 62 2C
Octal 2 337 302 143 0 15 15 254 142 54
Binary 10 11011111 11000010 1100011 0 1101 1101 10101100 1100010 101100

Color Harmonies of #02DFC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02DFC2

Black with #02DFC2

Text Example


Text Example

White with #02DFC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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