#65ECD2

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

Shades of Downy #65ECD2

Tints of Downy #65ECD2

Color information

#65ECD2 (or 0x65ECD2) is unknown color: approx Downy. HEX triplet: 65, EC and D2. RGB value is (101,236,210). Sum of RGB (Red+Green+Blue) = 101+236+210=547 (72% of max value = 765). Red value is 101 (39.84% from 255 or 18.46% from 547); Green value is 236 (92.58% from 255 or 43.14% from 547); Blue value is 210 (82.42% from 255 or 38.39% from 547); Max value from RGB is 236 - color contains mainly: green. Hex color #65ECD2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #65ECD2 is #9A132D. Grayscale: #C0C0C0. Windows color (decimal): -10097454 or 13823077. OLE color: 13823077.

HSL color Cylindrical-coordinate representation of color #65ECD2: hue angle of 168.44º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #65ECD2 is Cyan = 0.57, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.

Color convert

RGB101236210-
CMYK0.5700.110.07
HSL168.44º78.03%66.08%-
HSV(B)168.44º57.2%92.55%-
XYZ4767.4171.51-
YUV192.67137.7762.61-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 18.46%
GREEN value IS 236 (92.58% from 255) = 43.14%
BLUE value IS 210 (82.42% from 255) = 38.39%
R=18.46%
G=43.14%
B=38.39%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1012362100.5700.110.07168.4478.0366.08
Hex65ECD2390B7a84e42
Octal145354322710137250116102
Binary11001011110110011010010111001010111111010100010011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65ECD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,236,210); }

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

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

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

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

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

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

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