#65E1D1

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

Shades of Downy #65E1D1

Tints of Downy #65E1D1

Color information

#65E1D1 (or 0x65E1D1) is unknown color: approx Downy. HEX triplet: 65, E1 and D1. RGB value is (101,225,209). Sum of RGB (Red+Green+Blue) = 101+225+209=535 (70% of max value = 765). Red value is 101 (39.84% from 255 or 18.88% from 535); Green value is 225 (88.28% from 255 or 42.06% from 535); Blue value is 209 (82.03% from 255 or 39.07% from 535); Max value from RGB is 225 - color contains mainly: green. Hex color #65E1D1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65E1D1 is #9A1E2E. Grayscale: #BABABA. Windows color (decimal): -10100271 or 13754725. OLE color: 13754725.

HSL color Cylindrical-coordinate representation of color #65E1D1: hue angle of 172.26º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #65E1D1 is Cyan = 0.55, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.12.

Color convert

RGB101225209-
CMYK0.5500.070.12
HSL172.26º67.39%63.92%-
HSV(B)172.26º55.11%88.24%-
XYZ43.861.2269.83-
YUV186.1140.9267.3-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 18.88%
GREEN value IS 225 (88.28% from 255) = 42.06%
BLUE value IS 209 (82.03% from 255) = 39.07%
R=18.88%
G=42.06%
B=39.07%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1012252090.5500.070.12172.2667.3963.92
Hex65E1D13707Cac4340
Octal145341321670714254103100
Binary11001011110000111010001110111011111001010110010000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65E1D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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