#6ED6CD

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

Shades of Downy #6ED6CD

Tints of Downy #6ED6CD

Color information

#6ED6CD (or 0x6ED6CD) is unknown color: approx Downy. HEX triplet: 6E, D6 and CD. RGB value is (110,214,205). Sum of RGB (Red+Green+Blue) = 110+214+205=529 (70% of max value = 765). Red value is 110 (43.36% from 255 or 20.79% from 529); Green value is 214 (83.98% from 255 or 40.45% from 529); Blue value is 205 (80.47% from 255 or 38.75% from 529); Max value from RGB is 214 - color contains mainly: green. Hex color #6ED6CD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ED6CD is #912932. Grayscale: #B5B5B5. Windows color (decimal): -9513267 or 13489774. OLE color: 13489774.

HSL color Cylindrical-coordinate representation of color #6ED6CD: hue angle of 174.81º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6ED6CD is Cyan = 0.49, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB110214205-
CMYK0.4900.040.16
HSL174.81º55.91%63.53%-
HSV(B)174.81º48.6%83.92%-
XYZ41.555.8266.34-
YUV181.88141.0476.73-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 20.79%
GREEN value IS 214 (83.98% from 255) = 40.45%
BLUE value IS 205 (80.47% from 255) = 38.75%
R=20.79%
G=40.45%
B=38.75%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1102142050.4900.040.16174.8155.9163.53
Hex6ED6CD310410af3840
Octal15632631561042025770100
Binary11011101101011011001101110001010010000101011111110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ED6CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,214,205); }

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

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

 a { background-color: rgb(110,214,205); }

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

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

 span { border-color: rgb(110,214,205); }

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