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

📋 copy color: '#02DCBC'

red 2 ◦ green 220 ◦ blue 188

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

Shades of Robin's Egg Blue #02DCBC

Tints of Robin's Egg Blue #02DCBC

RGB

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

 GREEN value IS 220 (86.33% from 255) = 53.66%

 BLUE value IS 188 (73.83% from 255) = 45.85%

R = 0.49%
G = 53.66%
B = 45.85%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#02DCBC (or 0x02DCBC) is known color: Robin's Egg Blue. HEX triplet: 02, DC and BC. RGB value is (2,220,188). Sum of RGB (Red+Green+Blue) = 2+220+188=410 (54% of max value = 765). Red value is 2 (1.17% from 255 or 0.49% from 410); Green value is 220 (86.33% from 255 or 53.66% from 410); Blue value is 188 (73.83% from 255 or 45.85% from 410); Max value from RGB is 220 - color contains mainly: green. Hex color #02DCBC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #02DCBC is #FD2343. Grayscale: #979797. Windows color (decimal): -16589636 or 12377090. OLE color: 12377090.

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

Color convert

RGB 2 220 188 -
CMYK 0.99 0 0.15 0.14
HSL 171.19º 0.98% 0.44% -
HSV(B) 171.19º 0.99% 0.86% -
XYZ 34.7 54.83 56.33 -
YUV 151.17 148.78 21.6 -
System Red Green Blue C M Y K H S L
Decimal 2 220 188 0.99 0 0.15 0.14 171.19 0.98 0.44
Hex 2 DC BC 63 0 F E AB 62 2C
Octal 2 334 274 143 0 17 16 253 142 54
Binary 10 11011100 10111100 1100011 0 1111 1110 10101011 1100010 101100

Color Harmonies of #02DCBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02DCBC

Black with #02DCBC

Text Example


Text Example

White with #02DCBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,220,188); }

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

background-color css

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

 a { background-color: rgb(2,220,188); }

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

border-color css

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

 span { border-color: rgb(2,220,188); }

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