#65E0C2

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

Shades of Downy #65E0C2

Tints of Downy #65E0C2

Color information

#65E0C2 (or 0x65E0C2) is unknown color: approx Downy. HEX triplet: 65, E0 and C2. RGB value is (101,224,194). Sum of RGB (Red+Green+Blue) = 101+224+194=519 (68% of max value = 765). Red value is 101 (39.84% from 255 or 19.46% from 519); Green value is 224 (87.89% from 255 or 43.16% from 519); Blue value is 194 (76.17% from 255 or 37.38% from 519); Max value from RGB is 224 - color contains mainly: green. Hex color #65E0C2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65E0C2 is #9A1F3D. Grayscale: #B7B7B7. Windows color (decimal): -10100542 or 12771429. OLE color: 12771429.

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

Color convert

RGB101224194-
CMYK0.5500.130.12
HSL165.37º66.49%63.73%-
HSV(B)165.37º54.91%87.84%-
XYZ41.7659.9760.41-
YUV183.8133.7568.94-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 19.46%
GREEN value IS 224 (87.89% from 255) = 43.16%
BLUE value IS 194 (76.17% from 255) = 37.38%
R=19.46%
G=43.16%
B=37.38%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1012241940.5500.130.12165.3766.4963.73
Hex65E0C2370DCa54240
Octal1453403026701514245102100
Binary110010111100000110000101101110110111001010010110000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65E0C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,224,194); }

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

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

 a { background-color: rgb(101,224,194); }

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

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

 span { border-color: rgb(101,224,194); }

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