#61CAB5

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

Shades of Medium Aquamarine #61CAB5

Tints of Medium Aquamarine #61CAB5

Color information

#61CAB5 (or 0x61CAB5) is unknown color: approx Medium Aquamarine. HEX triplet: 61, CA and B5. RGB value is (97,202,181). Sum of RGB (Red+Green+Blue) = 97+202+181=480 (63% of max value = 765). Red value is 97 (38.28% from 255 or 20.21% from 480); Green value is 202 (79.30% from 255 or 42.08% from 480); Blue value is 181 (71.09% from 255 or 37.71% from 480); Max value from RGB is 202 - color contains mainly: green. Hex color #61CAB5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61CAB5 is #9E354A. Grayscale: #A8A8A8. Windows color (decimal): -10368331 or 11913825. OLE color: 11913825.

HSL color Cylindrical-coordinate representation of color #61CAB5: hue angle of 168º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #61CAB5 is Cyan = 0.52, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.21.

Color convert

RGB97202181-
CMYK0.5200.100.21
HSL168º49.76%58.63%-
HSV(B)168º51.98%79.22%-
XYZ34.3948.1251.19-
YUV168.21135.2177.21-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 20.21%
GREEN value IS 202 (79.30% from 255) = 42.08%
BLUE value IS 181 (71.09% from 255) = 37.71%
R=20.21%
G=42.08%
B=37.71%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal972021810.5200.100.2116849.7658.63
Hex61CAB5340A15a8323b
Octal14131226564012252506273
Binary11000011100101010110101110100010101010110101000110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61CAB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,202,181); }

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

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

 a { background-color: rgb(97,202,181); }

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

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

 span { border-color: rgb(97,202,181); }

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