#65CA9E

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

Shades of Medium Aquamarine #65CA9E

Tints of Medium Aquamarine #65CA9E

Color information

#65CA9E (or 0x65CA9E) is unknown color: approx Medium Aquamarine. HEX triplet: 65, CA and 9E. RGB value is (101,202,158). Sum of RGB (Red+Green+Blue) = 101+202+158=461 (61% of max value = 765). Red value is 101 (39.84% from 255 or 21.91% from 461); Green value is 202 (79.30% from 255 or 43.82% from 461); Blue value is 158 (62.11% from 255 or 34.27% from 461); Max value from RGB is 202 - color contains mainly: green. Hex color #65CA9E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #65CA9E is #9A3561. Grayscale: #A6A6A6. Windows color (decimal): -10106210 or 10406501. OLE color: 10406501.

HSL color Cylindrical-coordinate representation of color #65CA9E: hue angle of 153.86º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #65CA9E is Cyan = 0.50, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.21.

Color convert

RGB101202158-
CMYK0.5000.220.21
HSL153.86º48.79%59.41%-
HSV(B)153.86º50%79.22%-
XYZ32.6647.4839.79-
YUV166.78123.0481.08-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 21.91%
GREEN value IS 202 (79.30% from 255) = 43.82%
BLUE value IS 158 (62.11% from 255) = 34.27%
R=21.91%
G=43.82%
B=34.27%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1012021580.5000.220.21153.8648.7959.41
Hex65CA9E32016159a313b
Octal14531223662026252326173
Binary110010111001010100111101100100101101010110011010110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65CA9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,202,158); }

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

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

 a { background-color: rgb(101,202,158); }

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

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

 span { border-color: rgb(101,202,158); }

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