#6ED1C4

Color #6ED1C4 Downy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Downy #6ED1C4

Tints of Downy #6ED1C4

Color information

#6ED1C4 (or 0x6ED1C4) is unknown color: approx Downy. HEX triplet: 6E, D1 and C4. RGB value is (110,209,196). Sum of RGB (Red+Green+Blue) = 110+209+196=515 (68% of max value = 765). Red value is 110 (43.36% from 255 or 21.36% from 515); Green value is 209 (82.03% from 255 or 40.58% from 515); Blue value is 196 (76.95% from 255 or 38.06% from 515); Max value from RGB is 209 - color contains mainly: green. Hex color #6ED1C4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ED1C4 is #912E3B. Grayscale: #B1B1B1. Windows color (decimal): -9514556 or 12898670. OLE color: 12898670.

HSL color Cylindrical-coordinate representation of color #6ED1C4: hue angle of 172.12º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6ED1C4 is Cyan = 0.47, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.18.

Color convert

RGB110209196-
CMYK0.4700.060.18
HSL172.12º51.83%62.55%-
HSV(B)172.12º47.37%81.96%-
XYZ39.1952.960.37-
YUV177.92138.279.56-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 21.36%
GREEN value IS 209 (82.03% from 255) = 40.58%
BLUE value IS 196 (76.95% from 255) = 38.06%
R=21.36%
G=40.58%
B=38.06%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1102091960.4700.060.18172.1251.8362.55
Hex6ED1C42F0612ac343f
Octal1563213045706222546477
Binary1101110110100011100010010111101101001010101100110100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ED1C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6ED1C4; }

 p { color: rgb(110,209,196); }

 H1.HeaderClassName
 {
   color: #6ED1C4;
 }
 .AnyTagClassName
 {
   color: #6ED1C4;
 }
</style>
background-color css

<style>
 a { background-color: #6ED1C4; }

 a { background-color: rgb(110,209,196); }

 div.DivClassName
 {
   background-color: #6ED1C4;
 }
 .BgClassName
 {
   background-color: #6ED1C4;
 }
</style>
border-color css

<style>
 span { border-color: #6ED1C4; }

 span { border-color: rgb(110,209,196); }

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