#65CCC5

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

Shades of Downy #65CCC5

Tints of Downy #65CCC5

Color information

#65CCC5 (or 0x65CCC5) is unknown color: approx Downy. HEX triplet: 65, CC and C5. RGB value is (101,204,197). Sum of RGB (Red+Green+Blue) = 101+204+197=502 (66% of max value = 765). Red value is 101 (39.84% from 255 or 20.12% from 502); Green value is 204 (80.08% from 255 or 40.64% from 502); Blue value is 197 (77.34% from 255 or 39.24% from 502); Max value from RGB is 204 - color contains mainly: green. Hex color #65CCC5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65CCC5 is #9A333A. Grayscale: #ACACAC. Windows color (decimal): -10105659 or 12962917. OLE color: 12962917.

HSL color Cylindrical-coordinate representation of color #65CCC5: hue angle of 175.92º 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 #65CCC5 is Cyan = 0.50, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.2.

Color convert

RGB101204197-
CMYK0.5000.030.2
HSL175.92º50.24%59.8%-
HSV(B)175.92º50.49%80%-
XYZ37.0449.9860.52-
YUV172.4141.8877.07-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 20.12%
GREEN value IS 204 (80.08% from 255) = 40.64%
BLUE value IS 197 (77.34% from 255) = 39.24%
R=20.12%
G=40.64%
B=39.24%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1012041970.5000.030.2175.9250.2459.8
Hex65CCC5320314b0323c
Octal1453143056203242606274
Binary110010111001100110001011100100111010010110000110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65CCC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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