#6ACDCA

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

Shades of Downy #6ACDCA

Tints of Downy #6ACDCA

Color information

#6ACDCA (or 0x6ACDCA) is unknown color: approx Downy. HEX triplet: 6A, CD and CA. RGB value is (106,205,202). Sum of RGB (Red+Green+Blue) = 106+205+202=513 (67% of max value = 765). Red value is 106 (41.80% from 255 or 20.66% from 513); Green value is 205 (80.47% from 255 or 39.96% from 513); Blue value is 202 (79.30% from 255 or 39.38% from 513); Max value from RGB is 205 - color contains mainly: green. Hex color #6ACDCA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ACDCA is #953235. Grayscale: #AEAEAE. Windows color (decimal): -9777718 or 13290858. OLE color: 13290858.

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

Color convert

RGB106205202-
CMYK0.4800.010.20
HSL178.18º49.75%60.98%-
HSV(B)178.18º48.29%80.39%-
XYZ38.4450.9963.69-
YUV175.06143.278.74-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 20.66%
GREEN value IS 205 (80.47% from 255) = 39.96%
BLUE value IS 202 (79.30% from 255) = 39.38%
R=20.66%
G=39.96%
B=39.38%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1062052020.4800.010.20178.1849.7560.98
Hex6ACDCA300114b2323d
Octal1523153126001242626275
Binary11010101100110111001010110000011010010110010110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ACDCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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