#6CCACA

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

Shades of Downy #6CCACA

Tints of Downy #6CCACA

Color information

#6CCACA (or 0x6CCACA) is unknown color: approx Downy. HEX triplet: 6C, CA and CA. RGB value is (108,202,202). Sum of RGB (Red+Green+Blue) = 108+202+202=512 (67% of max value = 765). Red value is 108 (42.58% from 255 or 21.09% from 512); Green value is 202 (79.30% from 255 or 39.45% from 512); Blue value is 202 (79.30% from 255 or 39.45% from 512); Max value from RGB is 202 - color contains mainly: green, blue. Hex color #6CCACA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CCACA is #933535. Grayscale: #ADADAD. Windows color (decimal): -9647414 or 13290092. OLE color: 13290092.

HSL color Cylindrical-coordinate representation of color #6CCACA: hue angle of 180º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6CCACA is Cyan = 0.47, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB108202202-
CMYK0.47000.21
HSL180º47%60.78%-
HSV(B)180º46.53%79.22%-
XYZ37.9749.6963.47-
YUV173.89143.8681-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 21.09%
GREEN value IS 202 (79.30% from 255) = 39.45%
BLUE value IS 202 (79.30% from 255) = 39.45%
R=21.09%
G=39.45%
B=39.45%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1082022020.47000.211804760.78
Hex6CCACA2F0015b42f3d
Octal1543123125700252645775
Binary11011001100101011001010101111001010110110100101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CCACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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