#65E4BA

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

Shades of Downy #65E4BA

Tints of Downy #65E4BA

Color information

#65E4BA (or 0x65E4BA) is unknown color: approx Downy. HEX triplet: 65, E4 and BA. RGB value is (101,228,186). Sum of RGB (Red+Green+Blue) = 101+228+186=515 (68% of max value = 765). Red value is 101 (39.84% from 255 or 19.61% from 515); Green value is 228 (89.45% from 255 or 44.27% from 515); Blue value is 186 (73.05% from 255 or 36.12% from 515); Max value from RGB is 228 - color contains mainly: green. Hex color #65E4BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65E4BA is #9A1B45. Grayscale: #B9B9B9. Windows color (decimal): -10099526 or 12248165. OLE color: 12248165.

HSL color Cylindrical-coordinate representation of color #65E4BA: hue angle of 160.16º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #65E4BA is Cyan = 0.56, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.11.

Color convert

RGB101228186-
CMYK0.5600.180.11
HSL160.16º70.17%64.51%-
HSV(B)160.16º55.7%89.41%-
XYZ41.9761.856.17-
YUV185.24128.4267.92-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 19.61%
GREEN value IS 228 (89.45% from 255) = 44.27%
BLUE value IS 186 (73.05% from 255) = 36.12%
R=19.61%
G=44.27%
B=36.12%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1012281860.5600.180.11160.1670.1764.51
Hex65E4BA38012Ba04641
Octal1453442727002213240106101
Binary1100101111001001011101011100001001010111010000010001101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65E4BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,228,186); }

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

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

 a { background-color: rgb(101,228,186); }

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

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

 span { border-color: rgb(101,228,186); }

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