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

📋 copy color: '#06DCC5'

red 6 ◦ green 220 ◦ blue 197

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

Shades of Robin's Egg Blue #06DCC5

Tints of Robin's Egg Blue #06DCC5

RGB

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

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

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

R = 1.42%
G = 52.01%
B = 46.57%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.10

 K value IS 0.14

RGB Variations

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

Color information

#06DCC5 (or 0x06DCC5) is known color: Robin's Egg Blue. HEX triplet: 06, DC and C5. RGB value is (6,220,197). Sum of RGB (Red+Green+Blue) = 6+220+197=423 (56% of max value = 765). Red value is 6 (2.73% from 255 or 1.42% from 423); Green value is 220 (86.33% from 255 or 52.01% from 423); Blue value is 197 (77.34% from 255 or 46.57% from 423); Max value from RGB is 220 - color contains mainly: green. Hex color #06DCC5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #06DCC5 is #F9233A. Grayscale: #999999. Windows color (decimal): -16327483 or 12966918. OLE color: 12966918.

HSL color Cylindrical-coordinate representation of color #06DCC5: hue angle of 173.55º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06DCC5 is Cyan = 0.97, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.14.

Color convert

RGB 6 220 197 -
CMYK 0.97 0 0.10 0.14
HSL 173.55º 0.95% 0.44% -
HSV(B) 173.55º 0.97% 0.86% -
XYZ 35.75 55.26 61.6 -
YUV 153.39 152.6 22.87 -
System Red Green Blue C M Y K H S L
Decimal 6 220 197 0.97 0 0.10 0.14 173.55 0.95 0.44
Hex 6 DC C5 61 0 A E AE 5F 2C
Octal 6 334 305 141 0 12 16 256 137 54
Binary 110 11011100 11000101 1100001 0 1010 1110 10101110 1011111 101100

Color Harmonies of #06DCC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06DCC5

Black with #06DCC5

Text Example


Text Example

White with #06DCC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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