#65D1CA

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

Shades of Downy #65D1CA

Tints of Downy #65D1CA

Color information

#65D1CA (or 0x65D1CA) is unknown color: approx Downy. HEX triplet: 65, D1 and CA. RGB value is (101,209,202). Sum of RGB (Red+Green+Blue) = 101+209+202=512 (67% of max value = 765). Red value is 101 (39.84% from 255 or 19.73% from 512); Green value is 209 (82.03% from 255 or 40.82% from 512); Blue value is 202 (79.30% from 255 or 39.45% from 512); Max value from RGB is 209 - color contains mainly: green. Hex color #65D1CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65D1CA is #9A2E35. Grayscale: #AFAFAF. Windows color (decimal): -10104374 or 13291877. OLE color: 13291877.

HSL color Cylindrical-coordinate representation of color #65D1CA: hue angle of 176.11º degrees, saturation: 0.54, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #65D1CA is Cyan = 0.52, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.18.

Color convert

RGB101209202-
CMYK0.5200.030.18
HSL176.11º54%60.78%-
HSV(B)176.11º51.67%81.96%-
XYZ38.8352.6363.99-
YUV175.91142.7274.57-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 19.73%
GREEN value IS 209 (82.03% from 255) = 40.82%
BLUE value IS 202 (79.30% from 255) = 39.45%
R=19.73%
G=40.82%
B=39.45%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1012092020.5200.030.18176.115460.78
Hex65D1CA340312b0363d
Octal1453213126403222606675
Binary110010111010001110010101101000111001010110000110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65D1CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,209,202); }

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

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

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

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

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

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

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