#7DA28E

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

Shades of Acapulco #7DA28E

Tints of Acapulco #7DA28E

Color information

#7DA28E (or 0x7DA28E) is unknown color: approx Acapulco. HEX triplet: 7D, A2 and 8E. RGB value is (125,162,142). Sum of RGB (Red+Green+Blue) = 125+162+142=429 (56% of max value = 765). Red value is 125 (49.22% from 255 or 29.14% from 429); Green value is 162 (63.67% from 255 or 37.76% from 429); Blue value is 142 (55.86% from 255 or 33.10% from 429); Max value from RGB is 162 - color contains mainly: green. Hex color #7DA28E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7DA28E is #825D71. Grayscale: #949494. Windows color (decimal): -8543602 or 9347709. OLE color: 9347709.

HSL color Cylindrical-coordinate representation of color #7DA28E: hue angle of 147.57º degrees, saturation: 0.17, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #7DA28E is Cyan = 0.23, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.36.

Color convert

RGB125162142-
CMYK0.2300.120.36
HSL147.57º16.59%56.27%-
HSV(B)147.57º22.84%63.53%-
XYZ26.2632.1530.41-
YUV148.66124.24111.13-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 29.14%
GREEN value IS 162 (63.67% from 255) = 37.76%
BLUE value IS 142 (55.86% from 255) = 33.10%
R=29.14%
G=37.76%
B=33.10%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1251621420.2300.120.36147.5716.5956.27
Hex7DA28E170C24941138
Octal17524221627014442242170
Binary1111101101000101000111010111011001001001001010010001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DA28E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,162,142); }

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

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

 a { background-color: rgb(125,162,142); }

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

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

 span { border-color: rgb(125,162,142); }

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