#6CCFC0

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

Shades of Downy #6CCFC0

Tints of Downy #6CCFC0

Color information

#6CCFC0 (or 0x6CCFC0) is unknown color: approx Downy. HEX triplet: 6C, CF and C0. RGB value is (108,207,192). Sum of RGB (Red+Green+Blue) = 108+207+192=507 (67% of max value = 765). Red value is 108 (42.58% from 255 or 21.30% from 507); Green value is 207 (81.25% from 255 or 40.83% from 507); Blue value is 192 (75.39% from 255 or 37.87% from 507); Max value from RGB is 207 - color contains mainly: green. Hex color #6CCFC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CCFC0 is #93303F. Grayscale: #AFAFAF. Windows color (decimal): -9646144 or 12636012. OLE color: 12636012.

HSL color Cylindrical-coordinate representation of color #6CCFC0: hue angle of 170.91º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6CCFC0 is Cyan = 0.48, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.19.

Color convert

RGB108207192-
CMYK0.4800.070.19
HSL170.91º50.77%61.76%-
HSV(B)170.91º47.83%81.18%-
XYZ38.0151.6257.83-
YUV175.69137.279.72-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 21.30%
GREEN value IS 207 (81.25% from 255) = 40.83%
BLUE value IS 192 (75.39% from 255) = 37.87%
R=21.30%
G=40.83%
B=37.87%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1082071920.4800.070.19170.9150.7761.76
Hex6CCFC0300713ab333e
Octal1543173006007232536376
Binary1101100110011111100000011000001111001110101011110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CCFC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,207,192); }

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

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

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

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

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

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

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