#65E1C5

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

Shades of Downy #65E1C5

Tints of Downy #65E1C5

Color information

#65E1C5 (or 0x65E1C5) is unknown color: approx Downy. HEX triplet: 65, E1 and C5. RGB value is (101,225,197). Sum of RGB (Red+Green+Blue) = 101+225+197=523 (69% of max value = 765). Red value is 101 (39.84% from 255 or 19.31% from 523); Green value is 225 (88.28% from 255 or 43.02% from 523); Blue value is 197 (77.34% from 255 or 37.67% from 523); Max value from RGB is 225 - color contains mainly: green. Hex color #65E1C5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65E1C5 is #9A1E3A. Grayscale: #B8B8B8. Windows color (decimal): -10100283 or 12968293. OLE color: 12968293.

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

Color convert

RGB101225197-
CMYK0.5500.120.12
HSL166.45º67.39%63.92%-
HSV(B)166.45º55.11%88.24%-
XYZ42.3760.6562.3-
YUV184.73134.9268.28-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 19.31%
GREEN value IS 225 (88.28% from 255) = 43.02%
BLUE value IS 197 (77.34% from 255) = 37.67%
R=19.31%
G=43.02%
B=37.67%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1012251970.5500.120.12166.4567.3963.92
Hex65E1C5370CCa64340
Octal1453413056701414246103100
Binary110010111100001110001011101110110011001010011010000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65E1C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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