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

📋 copy color: '#06D2C5'

red 6 ◦ green 210 ◦ blue 197

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

Shades of Robin's Egg Blue #06D2C5

Tints of Robin's Egg Blue #06D2C5

RGB

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

 GREEN value IS 210 (82.42% from 255) = 50.85%

 BLUE value IS 197 (77.34% from 255) = 47.7%

R = 1.45%
G = 50.85%
B = 47.7%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.06

 K value IS 0.18

RGB Variations

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

Color information

#06D2C5 (or 0x06D2C5) is known color: Robin's Egg Blue. HEX triplet: 06, D2 and C5. RGB value is (6,210,197). Sum of RGB (Red+Green+Blue) = 6+210+197=413 (54% of max value = 765). Red value is 6 (2.73% from 255 or 1.45% from 413); Green value is 210 (82.42% from 255 or 50.85% from 413); Blue value is 197 (77.34% from 255 or 47.70% from 413); Max value from RGB is 210 - color contains mainly: green. Hex color #06D2C5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #06D2C5 is #F92D3A. Grayscale: #939393. Windows color (decimal): -16330043 or 12964358. OLE color: 12964358.

HSL color Cylindrical-coordinate representation of color #06D2C5: hue angle of 176.18º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06D2C5 is Cyan = 0.97, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.18.

Color convert

RGB 6 210 197 -
CMYK 0.97 0 0.06 0.18
HSL 176.18º 0.94% 0.42% -
HSV(B) 176.18º 0.97% 0.82% -
XYZ 33.2 50.16 60.76 -
YUV 147.52 155.91 27.06 -
System Red Green Blue C M Y K H S L
Decimal 6 210 197 0.97 0 0.06 0.18 176.18 0.94 0.42
Hex 6 D2 C5 61 0 6 12 B0 5E 2A
Octal 6 322 305 141 0 6 22 260 136 52
Binary 110 11010010 11000101 1100001 0 110 10010 10110000 1011110 101010

Color Harmonies of #06D2C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06D2C5

Black with #06D2C5

Text Example


Text Example

White with #06D2C5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,210,197); }

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

background-color css

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

 a { background-color: rgb(6,210,197); }

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

border-color css

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

 span { border-color: rgb(6,210,197); }

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