#6ED3CC

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

Shades of Downy #6ED3CC

Tints of Downy #6ED3CC

Color information

#6ED3CC (or 0x6ED3CC) is unknown color: approx Downy. HEX triplet: 6E, D3 and CC. RGB value is (110,211,204). Sum of RGB (Red+Green+Blue) = 110+211+204=525 (69% of max value = 765). Red value is 110 (43.36% from 255 or 20.95% from 525); Green value is 211 (82.81% from 255 or 40.19% from 525); Blue value is 204 (80.08% from 255 or 38.86% from 525); Max value from RGB is 211 - color contains mainly: green. Hex color #6ED3CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ED3CC is #912C33. Grayscale: #B3B3B3. Windows color (decimal): -9514036 or 13423470. OLE color: 13423470.

HSL color Cylindrical-coordinate representation of color #6ED3CC: hue angle of 175.84º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6ED3CC is Cyan = 0.48, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.17.

Color convert

RGB110211204-
CMYK0.4800.030.17
HSL175.84º53.44%62.94%-
HSV(B)175.84º47.87%82.75%-
XYZ40.6254.2665.46-
YUV180141.5478.07-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 20.95%
GREEN value IS 211 (82.81% from 255) = 40.19%
BLUE value IS 204 (80.08% from 255) = 38.86%
R=20.95%
G=40.19%
B=38.86%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1102112040.4800.030.17175.8453.4462.94
Hex6ED3CC300311b0353f
Octal1563233146003212606577
Binary110111011010011110011001100000111000110110000110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ED3CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,211,204); }

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

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

 a { background-color: rgb(110,211,204); }

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

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

 span { border-color: rgb(110,211,204); }

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