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

📋 copy color: '#02C3C2'

red 2 ◦ green 195 ◦ blue 194

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

Shades of Robin's Egg Blue #02C3C2

Tints of Robin's Egg Blue #02C3C2

RGB

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

 GREEN value IS 195 (76.56% from 255) = 49.87%

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

R = 0.51%
G = 49.87%
B = 49.62%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.01

 K value IS 0.24

RGB Variations

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

Color information

#02C3C2 (or 0x02C3C2) is known color: Robin's Egg Blue. HEX triplet: 02, C3 and C2. RGB value is (2,195,194). Sum of RGB (Red+Green+Blue) = 2+195+194=391 (51% of max value = 765). Red value is 2 (1.17% from 255 or 0.51% from 391); Green value is 195 (76.56% from 255 or 49.87% from 391); Blue value is 194 (76.17% from 255 or 49.62% from 391); Max value from RGB is 195 - color contains mainly: green. Hex color #02C3C2 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #02C3C2 is #FD3C3D. Grayscale: #888888. Windows color (decimal): -16596030 or 12763906. OLE color: 12763906.

HSL color Cylindrical-coordinate representation of color #02C3C2: hue angle of 179.69º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02C3C2 is Cyan = 0.99, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.24.

Color convert

RGB 2 195 194 -
CMYK 0.99 0 0.01 0.24
HSL 179.69º 0.98% 0.39% -
HSV(B) 179.69º 0.99% 0.76% -
XYZ 29.28 42.94 57.78 -
YUV 137.18 160.06 31.58 -
System Red Green Blue C M Y K H S L
Decimal 2 195 194 0.99 0 0.01 0.24 179.69 0.98 0.39
Hex 2 C3 C2 63 0 1 18 B4 62 27
Octal 2 303 302 143 0 1 30 264 142 47
Binary 10 11000011 11000010 1100011 0 1 11000 10110100 1100010 100111

Color Harmonies of #02C3C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02C3C2

Black with #02C3C2

Text Example


Text Example

White with #02C3C2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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