#61CAB3

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

Shades of Medium Aquamarine #61CAB3

Tints of Medium Aquamarine #61CAB3

Color information

#61CAB3 (or 0x61CAB3) is unknown color: approx Medium Aquamarine. HEX triplet: 61, CA and B3. RGB value is (97,202,179). Sum of RGB (Red+Green+Blue) = 97+202+179=478 (63% of max value = 765). Red value is 97 (38.28% from 255 or 20.29% from 478); Green value is 202 (79.30% from 255 or 42.26% from 478); Blue value is 179 (70.31% from 255 or 37.45% from 478); Max value from RGB is 202 - color contains mainly: green. Hex color #61CAB3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61CAB3 is #9E354C. Grayscale: #A7A7A7. Windows color (decimal): -10368333 or 11782753. OLE color: 11782753.

HSL color Cylindrical-coordinate representation of color #61CAB3: hue angle of 166.86º 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 #61CAB3 is Cyan = 0.52, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.21.

Color convert

RGB97202179-
CMYK0.5200.110.21
HSL166.86º49.76%58.63%-
HSV(B)166.86º51.98%79.22%-
XYZ34.1948.0450.12-
YUV167.98134.2177.37-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 20.29%
GREEN value IS 202 (79.30% from 255) = 42.26%
BLUE value IS 179 (70.31% from 255) = 37.45%
R=20.29%
G=42.26%
B=37.45%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal972021790.5200.110.21166.8649.7658.63
Hex61CAB3340B15a7323b
Octal14131226364013252476273
Binary11000011100101010110011110100010111010110100111110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61CAB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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