#6CD5C6

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

Shades of Downy #6CD5C6

Tints of Downy #6CD5C6

Color information

#6CD5C6 (or 0x6CD5C6) is unknown color: approx Downy. HEX triplet: 6C, D5 and C6. RGB value is (108,213,198). Sum of RGB (Red+Green+Blue) = 108+213+198=519 (68% of max value = 765). Red value is 108 (42.58% from 255 or 20.81% from 519); Green value is 213 (83.59% from 255 or 41.04% from 519); Blue value is 198 (77.73% from 255 or 38.15% from 519); Max value from RGB is 213 - color contains mainly: green. Hex color #6CD5C6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CD5C6 is #932A39. Grayscale: #B3B3B3. Windows color (decimal): -9644602 or 13030764. OLE color: 13030764.

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

Color convert

RGB108213198-
CMYK0.4900.070.16
HSL171.43º55.56%62.94%-
HSV(B)171.43º49.3%83.53%-
XYZ40.1754.8561.9-
YUV179.9138.2176.72-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 20.81%
GREEN value IS 213 (83.59% from 255) = 41.04%
BLUE value IS 198 (77.73% from 255) = 38.15%
R=20.81%
G=41.04%
B=38.15%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1082131980.4900.070.16171.4355.5662.94
Hex6CD5C6310710ab383f
Octal1543253066107202537077
Binary1101100110101011100011011000101111000010101011111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CD5C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,213,198); }

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

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

 a { background-color: rgb(108,213,198); }

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

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

 span { border-color: rgb(108,213,198); }

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