#65E69C

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

Shades of Medium Aquamarine #65E69C

Tints of Medium Aquamarine #65E69C

Color information

#65E69C (or 0x65E69C) is unknown color: approx Medium Aquamarine. HEX triplet: 65, E6 and 9C. RGB value is (101,230,156). Sum of RGB (Red+Green+Blue) = 101+230+156=487 (64% of max value = 765). Red value is 101 (39.84% from 255 or 20.74% from 487); Green value is 230 (90.23% from 255 or 47.23% from 487); Blue value is 156 (61.33% from 255 or 32.03% from 487); Max value from RGB is 230 - color contains mainly: green. Hex color #65E69C is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #65E69C is #9A1963. Grayscale: #B7B7B7. Windows color (decimal): -10099044 or 10282597. OLE color: 10282597.

HSL color Cylindrical-coordinate representation of color #65E69C: hue angle of 145.58º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #65E69C is Cyan = 0.56, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.10.

Color convert

RGB101230156-
CMYK0.5600.320.10
HSL145.58º72.07%64.9%-
HSV(B)145.58º56.09%90.2%-
XYZ39.6661.7641.28-
YUV182.99112.7669.52-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 20.74%
GREEN value IS 230 (90.23% from 255) = 47.23%
BLUE value IS 156 (61.33% from 255) = 32.03%
R=20.74%
G=47.23%
B=32.03%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1012301560.5600.320.10145.5872.0764.9
Hex65E69C38020A924841
Octal1453462347004012222110101
Binary11001011110011010011100111000010000010101001001010010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65E69C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,230,156); }

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

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

 a { background-color: rgb(101,230,156); }

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

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

 span { border-color: rgb(101,230,156); }

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