Html Css Color HEX #06CCC2 Robin's Egg Blue

📋 copy color: '#06CCC2'

red 6 ◦ green 204 ◦ blue 194

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

Shades of Robin's Egg Blue #06CCC2

Tints of Robin's Egg Blue #06CCC2

RGB

 RED value IS 6 (2.73% from 255) = 1.49%

 GREEN value IS 204 (80.08% from 255) = 50.5%

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

R = 1.49%
G = 50.5%
B = 48.02%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.05

 K value IS 0.2

RGB Variations

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

Color information

#06CCC2 (or 0x06CCC2) is known color: Robin's Egg Blue. HEX triplet: 06, CC and C2. RGB value is (6,204,194). Sum of RGB (Red+Green+Blue) = 6+204+194=404 (53% of max value = 765). Red value is 6 (2.73% from 255 or 1.49% from 404); Green value is 204 (80.08% from 255 or 50.50% from 404); Blue value is 194 (76.17% from 255 or 48.02% from 404); Max value from RGB is 204 - color contains mainly: green. Hex color #06CCC2 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #06CCC2 is #F9333D. Grayscale: #8F8F8F. Windows color (decimal): -16331582 or 12766214. OLE color: 12766214.

HSL color Cylindrical-coordinate representation of color #06CCC2: hue angle of 176.97º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06CCC2 is Cyan = 0.97, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.2.

Color convert

RGB 6 204 194 -
CMYK 0.97 0 0.05 0.2
HSL 176.97º 0.94% 0.41% -
HSV(B) 176.97º 0.97% 0.8% -
XYZ 31.41 47.12 58.48 -
YUV 143.66 156.4 29.81 -
System Red Green Blue C M Y K H S L
Decimal 6 204 194 0.97 0 0.05 0.2 176.97 0.94 0.41
Hex 6 CC C2 61 0 5 14 B1 5E 29
Octal 6 314 302 141 0 5 24 261 136 51
Binary 110 11001100 11000010 1100001 0 101 10100 10110001 1011110 101001

Color Harmonies of #06CCC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06CCC2

Black with #06CCC2

Text Example


Text Example

White with #06CCC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06CCC2; }

 p { color: rgb(6,204,194); }

 H1.HeaderClassName
 {
   color: #06CCC2;
 }
 .AnyTagClassName
 {
   color: #06CCC2;
 }
</style>

background-color css

<style>
 a { background-color: #06CCC2; }

 a { background-color: rgb(6,204,194); }

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

border-color css

<style>
 span { border-color: #06CCC2; }

 span { border-color: rgb(6,204,194); }

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