Html Css Color HEX #7DAD99 Acapulco

📋 copy color: '#7DAD99'

red 125 ◦ green 173 ◦ blue 153

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

Shades of Acapulco #7DAD99

Tints of Acapulco #7DAD99

RGB

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

 GREEN value IS 173 (67.97% from 255) = 38.36%

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

R = 27.72%
G = 38.36%
B = 33.92%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.12

 K value IS 0.32

RGB Variations

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

Color information

#7DAD99 (or 0x7DAD99) is known color: Acapulco. HEX triplet: 7D, AD and 99. RGB value is (125,173,153). Sum of RGB (Red+Green+Blue) = 125+173+153=451 (59% of max value = 765). Red value is 125 (49.22% from 255 or 27.72% from 451); Green value is 173 (67.97% from 255 or 38.36% from 451); Blue value is 153 (60.16% from 255 or 33.92% from 451); Max value from RGB is 173 - color contains mainly: green. Hex color #7DAD99 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7DAD99 is #825266. Grayscale: #9C9C9C. Windows color (decimal): -8540775 or 10071421. OLE color: 10071421.

HSL color Cylindrical-coordinate representation of color #7DAD99: hue angle of 155º degrees, saturation: 0.23, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7DAD99 is Cyan = 0.28, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.32.

Color convert

RGB 125 173 153 -
CMYK 0.28 0 0.12 0.32
HSL 155º 0.23% 0.58% -
HSV(B) 155º 0.28% 0.68% -
XYZ 29.15 36.55 35.65 -
YUV 156.37 126.1 105.63 -
System Red Green Blue C M Y K H S L
Decimal 125 173 153 0.28 0 0.12 0.32 155 0.23 0.58
Hex 7D AD 99 1C 0 C 20 9B 17 3A
Octal 175 255 231 34 0 14 40 233 27 72
Binary 1111101 10101101 10011001 11100 0 1100 100000 10011011 10111 111010

Color Harmonies of #7DAD99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DAD99

Black with #7DAD99

Text Example


Text Example

White with #7DAD99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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