#65CC9E

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

Shades of Medium Aquamarine #65CC9E

Tints of Medium Aquamarine #65CC9E

Color information

#65CC9E (or 0x65CC9E) is unknown color: approx Medium Aquamarine. HEX triplet: 65, CC and 9E. RGB value is (101,204,158). Sum of RGB (Red+Green+Blue) = 101+204+158=463 (61% of max value = 765). Red value is 101 (39.84% from 255 or 21.81% from 463); Green value is 204 (80.08% from 255 or 44.06% from 463); Blue value is 158 (62.11% from 255 or 34.13% from 463); Max value from RGB is 204 - color contains mainly: green. Hex color #65CC9E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #65CC9E is #9A3361. Grayscale: #A8A8A8. Windows color (decimal): -10105698 or 10407013. OLE color: 10407013.

HSL color Cylindrical-coordinate representation of color #65CC9E: hue angle of 153.2º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #65CC9E is Cyan = 0.50, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.2.

Color convert

RGB101204158-
CMYK0.5000.230.2
HSL153.2º50.24%59.8%-
HSV(B)153.2º50.49%80%-
XYZ33.1348.4239.95-
YUV167.96122.3880.24-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 21.81%
GREEN value IS 204 (80.08% from 255) = 44.06%
BLUE value IS 158 (62.11% from 255) = 34.13%
R=21.81%
G=44.06%
B=34.13%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1012041580.5000.230.2153.250.2459.8
Hex65CC9E320171499323c
Octal14531423662027242316274
Binary110010111001100100111101100100101111010010011001110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65CC9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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