#65CCA7

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

Shades of Medium Aquamarine #65CCA7

Tints of Medium Aquamarine #65CCA7

Color information

#65CCA7 (or 0x65CCA7) is unknown color: approx Medium Aquamarine. HEX triplet: 65, CC and A7. RGB value is (101,204,167). Sum of RGB (Red+Green+Blue) = 101+204+167=472 (62% of max value = 765). Red value is 101 (39.84% from 255 or 21.40% from 472); Green value is 204 (80.08% from 255 or 43.22% from 472); Blue value is 167 (65.62% from 255 or 35.38% from 472); Max value from RGB is 204 - color contains mainly: green. Hex color #65CCA7 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #65CCA7 is #9A3358. Grayscale: #A9A9A9. Windows color (decimal): -10105689 or 10996837. OLE color: 10996837.

HSL color Cylindrical-coordinate representation of color #65CCA7: hue angle of 158.45º 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 #65CCA7 is Cyan = 0.50, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.2.

Color convert

RGB101204167-
CMYK0.5000.180.2
HSL158.45º50.24%59.8%-
HSV(B)158.45º50.49%80%-
XYZ33.9348.7444.18-
YUV168.98126.8879.51-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 21.40%
GREEN value IS 204 (80.08% from 255) = 43.22%
BLUE value IS 167 (65.62% from 255) = 35.38%
R=21.40%
G=43.22%
B=35.38%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1012041670.5000.180.2158.4550.2459.8
Hex65CCA732012149e323c
Octal14531424762022242366274
Binary110010111001100101001111100100100101010010011110110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65CCA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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