#65EEB6

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

Shades of Downy #65EEB6

Tints of Downy #65EEB6

Color information

#65EEB6 (or 0x65EEB6) is unknown color: approx Downy. HEX triplet: 65, EE and B6. RGB value is (101,238,182). Sum of RGB (Red+Green+Blue) = 101+238+182=521 (69% of max value = 765). Red value is 101 (39.84% from 255 or 19.39% from 521); Green value is 238 (93.36% from 255 or 45.68% from 521); Blue value is 182 (71.48% from 255 or 34.93% from 521); Max value from RGB is 238 - color contains mainly: green. Hex color #65EEB6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #65EEB6 is #9A1149. Grayscale: #BEBEBE. Windows color (decimal): -10096970 or 11988581. OLE color: 11988581.

HSL color Cylindrical-coordinate representation of color #65EEB6: hue angle of 155.47º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #65EEB6 is Cyan = 0.58, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.07.

Color convert

RGB101238182-
CMYK0.5800.240.07
HSL155.47º80.12%66.47%-
HSV(B)155.47º57.56%93.33%-
XYZ44.3867.2954.91-
YUV190.65123.1164.05-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 19.39%
GREEN value IS 238 (93.36% from 255) = 45.68%
BLUE value IS 182 (71.48% from 255) = 34.93%
R=19.39%
G=45.68%
B=34.93%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1012381820.5800.240.07155.4780.1266.47
Hex65EEB63A01879b5042
Octal145356266720307233120102
Binary110010111101110101101101110100110001111001101110100001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65EEB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,238,182); }

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

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

 a { background-color: rgb(101,238,182); }

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

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

 span { border-color: rgb(101,238,182); }

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