#65E2BE

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

Shades of Downy #65E2BE

Tints of Downy #65E2BE

Color information

#65E2BE (or 0x65E2BE) is unknown color: approx Downy. HEX triplet: 65, E2 and BE. RGB value is (101,226,190). Sum of RGB (Red+Green+Blue) = 101+226+190=517 (68% of max value = 765). Red value is 101 (39.84% from 255 or 19.54% from 517); Green value is 226 (88.67% from 255 or 43.71% from 517); Blue value is 190 (74.61% from 255 or 36.75% from 517); Max value from RGB is 226 - color contains mainly: green. Hex color #65E2BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65E2BE is #9A1D41. Grayscale: #B8B8B8. Windows color (decimal): -10100034 or 12509797. OLE color: 12509797.

HSL color Cylindrical-coordinate representation of color #65E2BE: hue angle of 162.72º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #65E2BE is Cyan = 0.55, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.11.

Color convert

RGB101226190-
CMYK0.5500.160.11
HSL162.72º68.31%64.12%-
HSV(B)162.72º55.31%88.63%-
XYZ41.8660.8858.26-
YUV184.52131.0968.43-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 19.54%
GREEN value IS 226 (88.67% from 255) = 43.71%
BLUE value IS 190 (74.61% from 255) = 36.75%
R=19.54%
G=43.71%
B=36.75%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1012261900.5500.160.11162.7268.3164.12
Hex65E2BE37010Ba34440
Octal1453422766702013243104100
Binary1100101111000101011111011011101000010111010001110001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65E2BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,226,190); }

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

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

 a { background-color: rgb(101,226,190); }

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

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

 span { border-color: rgb(101,226,190); }

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