#7DAD98

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

Shades of Acapulco #7DAD98

Tints of Acapulco #7DAD98

Color information

#7DAD98 (or 0x7DAD98) is unknown color: approx Acapulco. HEX triplet: 7D, AD and 98. RGB value is (125,173,152). Sum of RGB (Red+Green+Blue) = 125+173+152=450 (59% of max value = 765). Red value is 125 (49.22% from 255 or 27.78% from 450); Green value is 173 (67.97% from 255 or 38.44% from 450); Blue value is 152 (59.77% from 255 or 33.78% from 450); Max value from RGB is 173 - color contains mainly: green. Hex color #7DAD98 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7DAD98 is #825267. Grayscale: #9C9C9C. Windows color (decimal): -8540776 or 10005885. OLE color: 10005885.

HSL color Cylindrical-coordinate representation of color #7DAD98: hue angle of 153.75º 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 #7DAD98 is Cyan = 0.28, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.32.

Color convert

RGB125173152-
CMYK0.2800.120.32
HSL153.75º22.64%58.43%-
HSV(B)153.75º27.75%67.84%-
XYZ29.0736.5135.22-
YUV156.25125.6105.71-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 27.78%
GREEN value IS 173 (67.97% from 255) = 38.44%
BLUE value IS 152 (59.77% from 255) = 33.78%
R=27.78%
G=38.44%
B=33.78%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1251731520.2800.120.32153.7522.6458.43
Hex7DAD981C0C209a173a
Octal17525523034014402322772
Binary1111101101011011001100011100011001000001001101010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DAD98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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