#65CCC0

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

Shades of Downy #65CCC0

Tints of Downy #65CCC0

Color information

#65CCC0 (or 0x65CCC0) is unknown color: approx Downy. HEX triplet: 65, CC and C0. RGB value is (101,204,192). Sum of RGB (Red+Green+Blue) = 101+204+192=497 (65% of max value = 765). Red value is 101 (39.84% from 255 or 20.32% from 497); Green value is 204 (80.08% from 255 or 41.05% from 497); Blue value is 192 (75.39% from 255 or 38.63% from 497); Max value from RGB is 204 - color contains mainly: green. Hex color #65CCC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65CCC0 is #9A333F. Grayscale: #ABABAB. Windows color (decimal): -10105664 or 12635237. OLE color: 12635237.

HSL color Cylindrical-coordinate representation of color #65CCC0: hue angle of 173.01º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #65CCC0 is Cyan = 0.50, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.2.

Color convert

RGB101204192-
CMYK0.5000.060.2
HSL173.01º50.24%59.8%-
HSV(B)173.01º50.49%80%-
XYZ36.4749.7657.55-
YUV171.84139.3877.48-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 20.32%
GREEN value IS 204 (80.08% from 255) = 41.05%
BLUE value IS 192 (75.39% from 255) = 38.63%
R=20.32%
G=41.05%
B=38.63%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1012041920.5000.060.2173.0150.2459.8
Hex65CCC0320614ad323c
Octal1453143006206242556274
Binary1100101110011001100000011001001101010010101101110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65CCC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65CCC0; }

 p { color: rgb(101,204,192); }

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

<style>
 a { background-color: #65CCC0; }

 a { background-color: rgb(101,204,192); }

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

<style>
 span { border-color: #65CCC0; }

 span { border-color: rgb(101,204,192); }

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