Html Css Color HEX #61A88C Acapulco

📋 copy color: '#61A88C'

red 97 ◦ green 168 ◦ blue 140

#61A88C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Acapulco #61A88C

Tints of Acapulco #61A88C

RGB

 RED value IS 97 (38.28% from 255) = 23.95%

 GREEN value IS 168 (66.02% from 255) = 41.48%

 BLUE value IS 140 (55.08% from 255) = 34.57%

R = 23.95%
G = 41.48%
B = 34.57%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.17

 K value IS 0.34

RGB Variations

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

Color information

#61A88C (or 0x61A88C) is known color: Acapulco. HEX triplet: 61, A8 and 8C. RGB value is (97,168,140). Sum of RGB (Red+Green+Blue) = 97+168+140=405 (53% of max value = 765). Red value is 97 (38.28% from 255 or 23.95% from 405); Green value is 168 (66.02% from 255 or 41.48% from 405); Blue value is 140 (55.08% from 255 or 34.57% from 405); Max value from RGB is 168 - color contains mainly: green. Hex color #61A88C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61A88C is #9E5773. Grayscale: #8F8F8F. Windows color (decimal): -10377076 or 9218145. OLE color: 9218145.

HSL color Cylindrical-coordinate representation of color #61A88C: hue angle of 156.34º degrees, saturation: 0.29, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #61A88C is Cyan = 0.42, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.34.

Color convert

RGB 97 168 140 -
CMYK 0.42 0 0.17 0.34
HSL 156.34º 0.29% 0.52% -
HSV(B) 156.34º 0.42% 0.66% -
XYZ 23.67 32.44 29.83 -
YUV 143.58 125.98 94.78 -
System Red Green Blue C M Y K H S L
Decimal 97 168 140 0.42 0 0.17 0.34 156.34 0.29 0.52
Hex 61 A8 8C 2A 0 11 22 9C 1D 34
Octal 141 250 214 52 0 21 42 234 35 64
Binary 1100001 10101000 10001100 101010 0 10001 100010 10011100 11101 110100

Color Harmonies of #61A88C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61A88C

Black with #61A88C

Text Example


Text Example

White with #61A88C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #61A88C;
 }
 .AnyTagClassName
 {
   color: #61A88C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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