#6CD0CA

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

Shades of Downy #6CD0CA

Tints of Downy #6CD0CA

Color information

#6CD0CA (or 0x6CD0CA) is unknown color: approx Downy. HEX triplet: 6C, D0 and CA. RGB value is (108,208,202). Sum of RGB (Red+Green+Blue) = 108+208+202=518 (68% of max value = 765). Red value is 108 (42.58% from 255 or 20.85% from 518); Green value is 208 (81.64% from 255 or 40.15% from 518); Blue value is 202 (79.30% from 255 or 39.00% from 518); Max value from RGB is 208 - color contains mainly: green. Hex color #6CD0CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CD0CA is #932F35. Grayscale: #B1B1B1. Windows color (decimal): -9645878 or 13291628. OLE color: 13291628.

HSL color Cylindrical-coordinate representation of color #6CD0CA: hue angle of 176.4º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6CD0CA is Cyan = 0.48, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.18.

Color convert

RGB108208202-
CMYK0.4800.030.18
HSL176.4º51.55%61.96%-
HSV(B)176.4º48.08%81.57%-
XYZ39.452.5663.95-
YUV177.42141.8778.49-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 20.85%
GREEN value IS 208 (81.64% from 255) = 40.15%
BLUE value IS 202 (79.30% from 255) = 39.00%
R=20.85%
G=40.15%
B=39.00%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1082082020.4800.030.18176.451.5561.96
Hex6CD0CA300312b0343e
Octal1543203126003222606476
Binary110110011010000110010101100000111001010110000110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CD0CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,208,202); }

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

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

 a { background-color: rgb(108,208,202); }

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

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

 span { border-color: rgb(108,208,202); }

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