#65CCCC

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

Shades of Downy #65CCCC

Tints of Downy #65CCCC

Color information

#65CCCC (or 0x65CCCC) is unknown color: approx Downy. HEX triplet: 65, CC and CC. RGB value is (101,204,204). Sum of RGB (Red+Green+Blue) = 101+204+204=509 (67% of max value = 765). Red value is 101 (39.84% from 255 or 19.84% from 509); Green value is 204 (80.08% from 255 or 40.08% from 509); Blue value is 204 (80.08% from 255 or 40.08% from 509); Max value from RGB is 204 - color contains mainly: green, blue. Hex color #65CCCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65CCCC is #9A3333. Grayscale: #ADADAD. Windows color (decimal): -10105652 or 13421669. OLE color: 13421669.

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

Color convert

RGB101204204-
CMYK0.50000.2
HSL180º50.24%59.8%-
HSV(B)180º50.49%80%-
XYZ37.8650.3164.84-
YUV173.2145.3876.5-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 19.84%
GREEN value IS 204 (80.08% from 255) = 40.08%
BLUE value IS 204 (80.08% from 255) = 40.08%
R=19.84%
G=40.08%
B=40.08%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1012042040.50000.218050.2459.8
Hex65CCCC320014b4323c
Octal1453143146200242646274
Binary11001011100110011001100110010001010010110100110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65CCCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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