#65EACA

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

Shades of Downy #65EACA

Tints of Downy #65EACA

Color information

#65EACA (or 0x65EACA) is unknown color: approx Downy. HEX triplet: 65, EA and CA. RGB value is (101,234,202). Sum of RGB (Red+Green+Blue) = 101+234+202=537 (71% of max value = 765). Red value is 101 (39.84% from 255 or 18.81% from 537); Green value is 234 (91.80% from 255 or 43.58% from 537); Blue value is 202 (79.30% from 255 or 37.62% from 537); Max value from RGB is 234 - color contains mainly: green. Hex color #65EACA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #65EACA is #9A1535. Grayscale: #BEBEBE. Windows color (decimal): -10097974 or 13298277. OLE color: 13298277.

HSL color Cylindrical-coordinate representation of color #65EACA: hue angle of 165.56º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #65EACA is Cyan = 0.57, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.08.

Color convert

RGB101234202-
CMYK0.5700.140.08
HSL165.56º76%65.69%-
HSV(B)165.56º56.84%91.76%-
XYZ45.4565.8866.2-
YUV190.58134.4464.1-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 18.81%
GREEN value IS 234 (91.80% from 255) = 43.58%
BLUE value IS 202 (79.30% from 255) = 37.62%
R=18.81%
G=43.58%
B=37.62%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1012342020.5700.140.08165.567665.69
Hex65EACA390E8a64c42
Octal1453523127101610246114102
Binary110010111101010110010101110010111010001010011010011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65EACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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