#61AB8C

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

Shades of Acapulco #61AB8C

Tints of Acapulco #61AB8C

Color information

#61AB8C (or 0x61AB8C) is unknown color: approx Acapulco. HEX triplet: 61, AB and 8C. RGB value is (97,171,140). Sum of RGB (Red+Green+Blue) = 97+171+140=408 (54% of max value = 765). Red value is 97 (38.28% from 255 or 23.77% from 408); Green value is 171 (67.19% from 255 or 41.91% from 408); Blue value is 140 (55.08% from 255 or 34.31% from 408); Max value from RGB is 171 - color contains mainly: green. Hex color #61AB8C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61AB8C is #9E5473. Grayscale: #919191. Windows color (decimal): -10376308 or 9218913. OLE color: 9218913.

HSL color Cylindrical-coordinate representation of color #61AB8C: hue angle of 154.86º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #61AB8C is Cyan = 0.43, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.33.

Color convert

RGB97171140-
CMYK0.4300.180.33
HSL154.86º30.58%52.55%-
HSV(B)154.86º43.27%67.06%-
XYZ24.2333.5630.01-
YUV145.34124.9893.52-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 23.77%
GREEN value IS 171 (67.19% from 255) = 41.91%
BLUE value IS 140 (55.08% from 255) = 34.31%
R=23.77%
G=41.91%
B=34.31%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal971711400.4300.180.33154.8630.5852.55
Hex61AB8C2B012219b1f35
Octal14125321453022412333765
Binary110000110101011100011001010110100101000011001101111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61AB8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,171,140); }

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

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

 a { background-color: rgb(97,171,140); }

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

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

 span { border-color: rgb(97,171,140); }

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