#6DCDCA

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

Shades of Downy #6DCDCA

Tints of Downy #6DCDCA

Color information

#6DCDCA (or 0x6DCDCA) is unknown color: approx Downy. HEX triplet: 6D, CD and CA. RGB value is (109,205,202). Sum of RGB (Red+Green+Blue) = 109+205+202=516 (68% of max value = 765). Red value is 109 (42.97% from 255 or 21.12% from 516); Green value is 205 (80.47% from 255 or 39.73% from 516); Blue value is 202 (79.30% from 255 or 39.15% from 516); Max value from RGB is 205 - color contains mainly: green. Hex color #6DCDCA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DCDCA is #923235. Grayscale: #AFAFAF. Windows color (decimal): -9581110 or 13290861. OLE color: 13290861.

HSL color Cylindrical-coordinate representation of color #6DCDCA: hue angle of 178.12º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6DCDCA is Cyan = 0.47, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.20.

Color convert

RGB109205202-
CMYK0.4700.010.20
HSL178.12º48.98%61.57%-
HSV(B)178.12º46.83%80.39%-
XYZ38.851.1863.71-
YUV175.95142.780.24-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 21.12%
GREEN value IS 205 (80.47% from 255) = 39.73%
BLUE value IS 202 (79.30% from 255) = 39.15%
R=21.12%
G=39.73%
B=39.15%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1092052020.4700.010.20178.1248.9861.57
Hex6DCDCA2F0114b2313e
Octal1553153125701242626176
Binary11011011100110111001010101111011010010110010110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DCDCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,205,202); }

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

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

 a { background-color: rgb(109,205,202); }

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

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

 span { border-color: rgb(109,205,202); }

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