#65D9D1

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

Shades of Downy #65D9D1

Tints of Downy #65D9D1

Color information

#65D9D1 (or 0x65D9D1) is unknown color: approx Downy. HEX triplet: 65, D9 and D1. RGB value is (101,217,209). Sum of RGB (Red+Green+Blue) = 101+217+209=527 (69% of max value = 765). Red value is 101 (39.84% from 255 or 19.17% from 527); Green value is 217 (85.16% from 255 or 41.18% from 527); Blue value is 209 (82.03% from 255 or 39.66% from 527); Max value from RGB is 217 - color contains mainly: green. Hex color #65D9D1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65D9D1 is #9A262E. Grayscale: #B5B5B5. Windows color (decimal): -10102319 or 13752677. OLE color: 13752677.

HSL color Cylindrical-coordinate representation of color #65D9D1: hue angle of 175.86º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #65D9D1 is Cyan = 0.53, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.15.

Color convert

RGB101217209-
CMYK0.5300.040.15
HSL175.86º60.42%62.35%-
HSV(B)175.86º53.46%85.1%-
XYZ41.695769.13-
YUV181.4143.5770.65-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 19.17%
GREEN value IS 217 (85.16% from 255) = 41.18%
BLUE value IS 209 (82.03% from 255) = 39.66%
R=19.17%
G=41.18%
B=39.66%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1012172090.5300.040.15175.8660.4262.35
Hex65D9D13504Fb03c3e
Octal1453313216504172607476
Binary110010111011001110100011101010100111110110000111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65D9D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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