#65E1BA

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

Shades of Downy #65E1BA

Tints of Downy #65E1BA

Color information

#65E1BA (or 0x65E1BA) is unknown color: approx Downy. HEX triplet: 65, E1 and BA. RGB value is (101,225,186). Sum of RGB (Red+Green+Blue) = 101+225+186=512 (67% of max value = 765). Red value is 101 (39.84% from 255 or 19.73% from 512); Green value is 225 (88.28% from 255 or 43.95% from 512); Blue value is 186 (73.05% from 255 or 36.33% from 512); Max value from RGB is 225 - color contains mainly: green. Hex color #65E1BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65E1BA is #9A1E45. Grayscale: #B7B7B7. Windows color (decimal): -10100294 or 12247397. OLE color: 12247397.

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

Color convert

RGB101225186-
CMYK0.5500.170.12
HSL161.13º67.39%63.92%-
HSV(B)161.13º55.11%88.24%-
XYZ41.1560.1655.9-
YUV183.48129.4269.17-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 19.73%
GREEN value IS 225 (88.28% from 255) = 43.95%
BLUE value IS 186 (73.05% from 255) = 36.33%
R=19.73%
G=43.95%
B=36.33%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1012251860.5500.170.12161.1367.3963.92
Hex65E1BA37011Ca14340
Octal1453412726702114241103100
Binary1100101111000011011101011011101000111001010000110000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65E1BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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