#61CCA7

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

Shades of Medium Aquamarine #61CCA7

Tints of Medium Aquamarine #61CCA7

Color information

#61CCA7 (or 0x61CCA7) is unknown color: approx Medium Aquamarine. HEX triplet: 61, CC and A7. RGB value is (97,204,167). Sum of RGB (Red+Green+Blue) = 97+204+167=468 (61% of max value = 765). Red value is 97 (38.28% from 255 or 20.73% from 468); Green value is 204 (80.08% from 255 or 43.59% from 468); Blue value is 167 (65.62% from 255 or 35.68% from 468); Max value from RGB is 204 - color contains mainly: green. Hex color #61CCA7 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61CCA7 is #9E3358. Grayscale: #A7A7A7. Windows color (decimal): -10367833 or 10996833. OLE color: 10996833.

HSL color Cylindrical-coordinate representation of color #61CCA7: hue angle of 159.25º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #61CCA7 is Cyan = 0.52, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.2.

Color convert

RGB97204167-
CMYK0.5200.180.2
HSL159.25º51.2%59.02%-
HSV(B)159.25º52.45%80%-
XYZ33.548.5244.16-
YUV167.79127.5577.51-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 20.73%
GREEN value IS 204 (80.08% from 255) = 43.59%
BLUE value IS 167 (65.62% from 255) = 35.68%
R=20.73%
G=43.59%
B=35.68%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal972041670.5200.180.2159.2551.259.02
Hex61CCA734012149f333b
Octal14131424764022242376373
Binary110000111001100101001111101000100101010010011111110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61CCA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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