#61CAB2

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

Shades of Medium Aquamarine #61CAB2

Tints of Medium Aquamarine #61CAB2

Color information

#61CAB2 (or 0x61CAB2) is unknown color: approx Medium Aquamarine. HEX triplet: 61, CA and B2. RGB value is (97,202,178). Sum of RGB (Red+Green+Blue) = 97+202+178=477 (63% of max value = 765). Red value is 97 (38.28% from 255 or 20.34% from 477); Green value is 202 (79.30% from 255 or 42.35% from 477); Blue value is 178 (69.92% from 255 or 37.32% from 477); Max value from RGB is 202 - color contains mainly: green. Hex color #61CAB2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61CAB2 is #9E354D. Grayscale: #A7A7A7. Windows color (decimal): -10368334 or 11717217. OLE color: 11717217.

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

Color convert

RGB97202178-
CMYK0.5200.120.21
HSL166.29º49.76%58.63%-
HSV(B)166.29º51.98%79.22%-
XYZ34.094849.59-
YUV167.87133.7177.45-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 20.34%
GREEN value IS 202 (79.30% from 255) = 42.35%
BLUE value IS 178 (69.92% from 255) = 37.32%
R=20.34%
G=42.35%
B=37.32%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal972021780.5200.120.21166.2949.7658.63
Hex61CAB2340C15a6323b
Octal14131226264014252466273
Binary11000011100101010110010110100011001010110100110110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61CAB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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