#6CDFD2

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

Shades of Downy #6CDFD2

Tints of Downy #6CDFD2

Color information

#6CDFD2 (or 0x6CDFD2) is unknown color: approx Downy. HEX triplet: 6C, DF and D2. RGB value is (108,223,210). Sum of RGB (Red+Green+Blue) = 108+223+210=541 (71% of max value = 765). Red value is 108 (42.58% from 255 or 19.96% from 541); Green value is 223 (87.5% from 255 or 41.22% from 541); Blue value is 210 (82.42% from 255 or 38.82% from 541); Max value from RGB is 223 - color contains mainly: green. Hex color #6CDFD2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CDFD2 is #93202D. Grayscale: #BBBBBB. Windows color (decimal): -9642030 or 13819756. OLE color: 13819756.

HSL color Cylindrical-coordinate representation of color #6CDFD2: hue angle of 173.22º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6CDFD2 is Cyan = 0.52, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.13.

Color convert

RGB108223210-
CMYK0.5200.060.13
HSL173.22º64.25%64.9%-
HSV(B)173.22º51.57%87.45%-
XYZ44.260.6270.34-
YUV187.13140.971.56-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 19.96%
GREEN value IS 223 (87.5% from 255) = 41.22%
BLUE value IS 210 (82.42% from 255) = 38.82%
R=19.96%
G=41.22%
B=38.82%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1082232100.5200.060.13173.2264.2564.9
Hex6CDFD23406Dad4041
Octal154337322640615255100101
Binary11011001101111111010010110100011011011010110110000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CDFD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,223,210); }

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

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

 a { background-color: rgb(108,223,210); }

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

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

 span { border-color: rgb(108,223,210); }

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