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

📋 copy color: '#02DFC4'

red 2 ◦ green 223 ◦ blue 196

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

Shades of Robin's Egg Blue #02DFC4

Tints of Robin's Egg Blue #02DFC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 46.56%

R = 0.48%
G = 52.97%
B = 46.56%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.12

 K value IS 0.13

RGB Variations

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

Color information

#02DFC4 (or 0x02DFC4) is known color: Robin's Egg Blue. HEX triplet: 02, DF and C4. RGB value is (2,223,196). Sum of RGB (Red+Green+Blue) = 2+223+196=421 (55% of max value = 765). Red value is 2 (1.17% from 255 or 0.48% from 421); Green value is 223 (87.5% from 255 or 52.97% from 421); Blue value is 196 (76.95% from 255 or 46.56% from 421); Max value from RGB is 223 - color contains mainly: green. Hex color #02DFC4 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #02DFC4 is #FD203B. Grayscale: #999999. Windows color (decimal): -16588860 or 12902146. OLE color: 12902146.

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

Color convert

RGB 2 223 196 -
CMYK 0.99 0 0.12 0.13
HSL 172.67º 0.98% 0.44% -
HSV(B) 172.67º 0.99% 0.87% -
XYZ 36.38 56.77 61.27 -
YUV 153.84 151.78 19.7 -
System Red Green Blue C M Y K H S L
Decimal 2 223 196 0.99 0 0.12 0.13 172.67 0.98 0.44
Hex 2 DF C4 63 0 C D AD 62 2C
Octal 2 337 304 143 0 14 15 255 142 54
Binary 10 11011111 11000100 1100011 0 1100 1101 10101101 1100010 101100

Color Harmonies of #02DFC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02DFC4

Black with #02DFC4

Text Example


Text Example

White with #02DFC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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