#61CBA0

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

Shades of Medium Aquamarine #61CBA0

Tints of Medium Aquamarine #61CBA0

Color information

#61CBA0 (or 0x61CBA0) is unknown color: approx Medium Aquamarine. HEX triplet: 61, CB and A0. RGB value is (97,203,160). Sum of RGB (Red+Green+Blue) = 97+203+160=460 (60% of max value = 765). Red value is 97 (38.28% from 255 or 21.09% from 460); Green value is 203 (79.69% from 255 or 44.13% from 460); Blue value is 160 (62.89% from 255 or 34.78% from 460); Max value from RGB is 203 - color contains mainly: green. Hex color #61CBA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61CBA0 is #9E345F. Grayscale: #A6A6A6. Windows color (decimal): -10368096 or 10537825. OLE color: 10537825.

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

Color convert

RGB97203160-
CMYK0.5200.210.20
HSL155.66º50.48%58.82%-
HSV(B)155.66º52.22%79.61%-
XYZ32.6347.7940.76-
YUV166.4124.3878.5-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 21.09%
GREEN value IS 203 (79.69% from 255) = 44.13%
BLUE value IS 160 (62.89% from 255) = 34.78%
R=21.09%
G=44.13%
B=34.78%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal972031600.5200.210.20155.6650.4858.82
Hex61CBA034015149c323b
Octal14131324064025242346273
Binary110000111001011101000001101000101011010010011100110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61CBA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,203,160); }

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

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

 a { background-color: rgb(97,203,160); }

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

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

 span { border-color: rgb(97,203,160); }

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