#65EBC0

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

Shades of Downy #65EBC0

Tints of Downy #65EBC0

Color information

#65EBC0 (or 0x65EBC0) is unknown color: approx Downy. HEX triplet: 65, EB and C0. RGB value is (101,235,192). Sum of RGB (Red+Green+Blue) = 101+235+192=528 (69% of max value = 765). Red value is 101 (39.84% from 255 or 19.13% from 528); Green value is 235 (92.19% from 255 or 44.51% from 528); Blue value is 192 (75.39% from 255 or 36.36% from 528); Max value from RGB is 235 - color contains mainly: green. Hex color #65EBC0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #65EBC0 is #9A143F. Grayscale: #BEBEBE. Windows color (decimal): -10097728 or 12643173. OLE color: 12643173.

HSL color Cylindrical-coordinate representation of color #65EBC0: hue angle of 160.75º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #65EBC0 is Cyan = 0.57, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.08.

Color convert

RGB101235192-
CMYK0.5700.180.08
HSL160.75º77.01%65.88%-
HSV(B)160.75º57.02%92.16%-
XYZ44.5965.9960.26-
YUV190.03129.1164.5-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 19.13%
GREEN value IS 235 (92.19% from 255) = 44.51%
BLUE value IS 192 (75.39% from 255) = 36.36%
R=19.13%
G=44.51%
B=36.36%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1012351920.5700.180.08160.7577.0165.88
Hex65EBC0390128a14d42
Octal1453533007102210241115102
Binary1100101111010111100000011100101001010001010000110011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65EBC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,235,192); }

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

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

 a { background-color: rgb(101,235,192); }

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

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

 span { border-color: rgb(101,235,192); }

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