#65CFC5

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

Shades of Downy #65CFC5

Tints of Downy #65CFC5

Color information

#65CFC5 (or 0x65CFC5) is unknown color: approx Downy. HEX triplet: 65, CF and C5. RGB value is (101,207,197). Sum of RGB (Red+Green+Blue) = 101+207+197=505 (66% of max value = 765). Red value is 101 (39.84% from 255 or 20% from 505); Green value is 207 (81.25% from 255 or 40.99% from 505); Blue value is 197 (77.34% from 255 or 39.01% from 505); Max value from RGB is 207 - color contains mainly: green. Hex color #65CFC5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65CFC5 is #9A303A. Grayscale: #AEAEAE. Windows color (decimal): -10104891 or 12963685. OLE color: 12963685.

HSL color Cylindrical-coordinate representation of color #65CFC5: hue angle of 174.34º 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 #65CFC5 is Cyan = 0.51, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.19.

Color convert

RGB101207197-
CMYK0.5100.050.19
HSL174.34º52.48%60.39%-
HSV(B)174.34º51.21%81.18%-
XYZ37.7651.4260.76-
YUV174.17140.8875.81-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 20%
GREEN value IS 207 (81.25% from 255) = 40.99%
BLUE value IS 197 (77.34% from 255) = 39.01%
R=20%
G=40.99%
B=39.01%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1012071970.5100.050.19174.3452.4860.39
Hex65CFC5330513ae343c
Octal1453173056305232566474
Binary1100101110011111100010111001101011001110101110110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65CFC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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