#65E7BA

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

Shades of Downy #65E7BA

Tints of Downy #65E7BA

Color information

#65E7BA (or 0x65E7BA) is unknown color: approx Downy. HEX triplet: 65, E7 and BA. RGB value is (101,231,186). Sum of RGB (Red+Green+Blue) = 101+231+186=518 (68% of max value = 765). Red value is 101 (39.84% from 255 or 19.50% from 518); Green value is 231 (90.62% from 255 or 44.59% from 518); Blue value is 186 (73.05% from 255 or 35.91% from 518); Max value from RGB is 231 - color contains mainly: green. Hex color #65E7BA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #65E7BA is #9A1845. Grayscale: #BBBBBB. Windows color (decimal): -10098758 or 12248933. OLE color: 12248933.

HSL color Cylindrical-coordinate representation of color #65E7BA: hue angle of 159.23º degrees, saturation: 0.73, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #65E7BA is Cyan = 0.56, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.09.

Color convert

RGB101231186-
CMYK0.5600.190.09
HSL159.23º73.03%65.1%-
HSV(B)159.23º56.28%90.59%-
XYZ42.8163.4656.45-
YUV187127.4366.66-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 19.50%
GREEN value IS 231 (90.62% from 255) = 44.59%
BLUE value IS 186 (73.05% from 255) = 35.91%
R=19.50%
G=44.59%
B=35.91%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1012311860.5600.190.09159.2373.0365.1
Hex65E7BA3801399f4941
Octal1453472727002311237111101
Binary1100101111001111011101011100001001110011001111110010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65E7BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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