Html Css Color HEX #7DA89B Acapulco

📋 copy color: '#7DA89B'

red 125 ◦ green 168 ◦ blue 155

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

Shades of Acapulco #7DA89B

Tints of Acapulco #7DA89B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 34.6%

R = 27.9%
G = 37.5%
B = 34.6%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.08

 K value IS 0.34

RGB Variations

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

Color information

#7DA89B (or 0x7DA89B) is known color: Acapulco. HEX triplet: 7D, A8 and 9B. RGB value is (125,168,155). Sum of RGB (Red+Green+Blue) = 125+168+155=448 (59% of max value = 765). Red value is 125 (49.22% from 255 or 27.90% from 448); Green value is 168 (66.02% from 255 or 37.5% from 448); Blue value is 155 (60.94% from 255 or 34.60% from 448); Max value from RGB is 168 - color contains mainly: green. Hex color #7DA89B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7DA89B is #825764. Grayscale: #999999. Windows color (decimal): -8542053 or 10201213. OLE color: 10201213.

HSL color Cylindrical-coordinate representation of color #7DA89B: hue angle of 161.86º degrees, saturation: 0.2, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #7DA89B is Cyan = 0.26, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.34.

Color convert

RGB 125 168 155 -
CMYK 0.26 0 0.08 0.34
HSL 161.86º 0.2% 0.57% -
HSV(B) 161.86º 0.26% 0.66% -
XYZ 28.38 34.73 36.22 -
YUV 153.66 128.75 107.56 -
System Red Green Blue C M Y K H S L
Decimal 125 168 155 0.26 0 0.08 0.34 161.86 0.2 0.57
Hex 7D A8 9B 1A 0 8 22 A2 14 39
Octal 175 250 233 32 0 10 42 242 24 71
Binary 1111101 10101000 10011011 11010 0 1000 100010 10100010 10100 111001

Color Harmonies of #7DA89B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DA89B

Black with #7DA89B

Text Example


Text Example

White with #7DA89B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,168,155); }

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

background-color css

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

 a { background-color: rgb(125,168,155); }

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

border-color css

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

 span { border-color: rgb(125,168,155); }

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