Html Css Color HEX #7DAC99 Acapulco

📋 copy color: '#7DAC99'

red 125 ◦ green 172 ◦ blue 153

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

Shades of Acapulco #7DAC99

Tints of Acapulco #7DAC99

RGB

 RED value IS 125 (49.22% from 255) = 27.78%

 GREEN value IS 172 (67.58% from 255) = 38.22%

 BLUE value IS 153 (60.16% from 255) = 34%

R = 27.78%
G = 38.22%
B = 34%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.11

 K value IS 0.33

RGB Variations

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

Color information

#7DAC99 (or 0x7DAC99) is known color: Acapulco. HEX triplet: 7D, AC and 99. RGB value is (125,172,153). Sum of RGB (Red+Green+Blue) = 125+172+153=450 (59% of max value = 765). Red value is 125 (49.22% from 255 or 27.78% from 450); Green value is 172 (67.58% from 255 or 38.22% from 450); Blue value is 153 (60.16% from 255 or 34% from 450); Max value from RGB is 172 - color contains mainly: green. Hex color #7DAC99 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7DAC99 is #825366. Grayscale: #9B9B9B. Windows color (decimal): -8541031 or 10071165. OLE color: 10071165.

HSL color Cylindrical-coordinate representation of color #7DAC99: hue angle of 155.74º degrees, saturation: 0.22, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7DAC99 is Cyan = 0.27, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.33.

Color convert

RGB 125 172 153 -
CMYK 0.27 0 0.11 0.33
HSL 155.74º 0.22% 0.58% -
HSV(B) 155.74º 0.27% 0.67% -
XYZ 28.96 36.16 35.59 -
YUV 155.78 126.43 106.04 -
System Red Green Blue C M Y K H S L
Decimal 125 172 153 0.27 0 0.11 0.33 155.74 0.22 0.58
Hex 7D AC 99 1B 0 B 21 9C 16 3A
Octal 175 254 231 33 0 13 41 234 26 72
Binary 1111101 10101100 10011001 11011 0 1011 100001 10011100 10110 111010

Color Harmonies of #7DAC99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DAC99

Black with #7DAC99

Text Example


Text Example

White with #7DAC99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7DAC99; }

 p { color: rgb(125,172,153); }

 H1.HeaderClassName
 {
   color: #7DAC99;
 }
 .AnyTagClassName
 {
   color: #7DAC99;
 }
</style>

background-color css

<style>
 a { background-color: #7DAC99; }

 a { background-color: rgb(125,172,153); }

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

border-color css

<style>
 span { border-color: #7DAC99; }

 span { border-color: rgb(125,172,153); }

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