#65CFCC

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

Shades of Downy #65CFCC

Tints of Downy #65CFCC

Color information

#65CFCC (or 0x65CFCC) is unknown color: approx Downy. HEX triplet: 65, CF and CC. RGB value is (101,207,204). Sum of RGB (Red+Green+Blue) = 101+207+204=512 (67% of max value = 765). Red value is 101 (39.84% from 255 or 19.73% from 512); Green value is 207 (81.25% from 255 or 40.43% from 512); Blue value is 204 (80.08% from 255 or 39.84% from 512); Max value from RGB is 207 - color contains mainly: green. Hex color #65CFCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65CFCC is #9A3033. Grayscale: #AEAEAE. Windows color (decimal): -10104884 or 13422437. OLE color: 13422437.

HSL color Cylindrical-coordinate representation of color #65CFCC: hue angle of 178.3º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #65CFCC is Cyan = 0.51, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.

Color convert

RGB101207204-
CMYK0.5100.010.19
HSL178.3º52.48%60.39%-
HSV(B)178.3º51.21%81.18%-
XYZ38.5851.7565.08-
YUV174.96144.3875.24-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 19.73%
GREEN value IS 207 (81.25% from 255) = 40.43%
BLUE value IS 204 (80.08% from 255) = 39.84%
R=19.73%
G=40.43%
B=39.84%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1012072040.5100.010.19178.352.4860.39
Hex65CFCC330113b2343c
Octal1453173146301232626474
Binary11001011100111111001100110011011001110110010110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65CFCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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