#61CDAE

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

Shades of Medium Aquamarine #61CDAE

Tints of Medium Aquamarine #61CDAE

Color information

#61CDAE (or 0x61CDAE) is unknown color: approx Medium Aquamarine. HEX triplet: 61, CD and AE. RGB value is (97,205,174). Sum of RGB (Red+Green+Blue) = 97+205+174=476 (63% of max value = 765). Red value is 97 (38.28% from 255 or 20.38% from 476); Green value is 205 (80.47% from 255 or 43.07% from 476); Blue value is 174 (68.36% from 255 or 36.55% from 476); Max value from RGB is 205 - color contains mainly: green. Hex color #61CDAE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61CDAE is #9E3251. Grayscale: #A9A9A9. Windows color (decimal): -10367570 or 11455841. OLE color: 11455841.

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

Color convert

RGB97205174-
CMYK0.5300.150.20
HSL162.78º51.92%59.22%-
HSV(B)162.78º52.68%80.39%-
XYZ34.449.2647.74-
YUV169.17130.7276.52-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 20.38%
GREEN value IS 205 (80.47% from 255) = 43.07%
BLUE value IS 174 (68.36% from 255) = 36.55%
R=20.38%
G=43.07%
B=36.55%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal972051740.5300.150.20162.7851.9259.22
Hex61CDAE350F14a3343b
Octal14131525665017242436473
Binary11000011100110110101110110101011111010010100011110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61CDAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,205,174); }

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

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

 a { background-color: rgb(97,205,174); }

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

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

 span { border-color: rgb(97,205,174); }

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