#65E1BD

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

Shades of Downy #65E1BD

Tints of Downy #65E1BD

Color information

#65E1BD (or 0x65E1BD) is unknown color: approx Downy. HEX triplet: 65, E1 and BD. RGB value is (101,225,189). Sum of RGB (Red+Green+Blue) = 101+225+189=515 (68% of max value = 765). Red value is 101 (39.84% from 255 or 19.61% from 515); Green value is 225 (88.28% from 255 or 43.69% from 515); Blue value is 189 (74.22% from 255 or 36.70% from 515); Max value from RGB is 225 - color contains mainly: green. Hex color #65E1BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65E1BD is #9A1E42. Grayscale: #B7B7B7. Windows color (decimal): -10100291 or 12444005. OLE color: 12444005.

HSL color Cylindrical-coordinate representation of color #65E1BD: hue angle of 162.58º 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 #65E1BD is Cyan = 0.55, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.12.

Color convert

RGB101225189-
CMYK0.5500.160.12
HSL162.58º67.39%63.92%-
HSV(B)162.58º55.11%88.24%-
XYZ41.4860.2957.6-
YUV183.82130.9268.93-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 19.61%
GREEN value IS 225 (88.28% from 255) = 43.69%
BLUE value IS 189 (74.22% from 255) = 36.70%
R=19.61%
G=43.69%
B=36.70%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1012251890.5500.160.12162.5867.3963.92
Hex65E1BD37010Ca34340
Octal1453412756702014243103100
Binary1100101111000011011110111011101000011001010001110000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65E1BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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