Html Css Color HEX #7EAD9B Acapulco

📋 copy color: '#7EAD9B'

red 126 ◦ green 173 ◦ blue 155

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

Shades of Acapulco #7EAD9B

Tints of Acapulco #7EAD9B

RGB

 RED value IS 126 (49.61% from 255) = 27.75%

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

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

R = 27.75%
G = 38.11%
B = 34.14%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.10

 K value IS 0.32

RGB Variations

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

Color information

#7EAD9B (or 0x7EAD9B) is known color: Acapulco. HEX triplet: 7E, AD and 9B. RGB value is (126,173,155). Sum of RGB (Red+Green+Blue) = 126+173+155=454 (60% of max value = 765). Red value is 126 (49.61% from 255 or 27.75% from 454); Green value is 173 (67.97% from 255 or 38.11% from 454); Blue value is 155 (60.94% from 255 or 34.14% from 454); Max value from RGB is 173 - color contains mainly: green. Hex color #7EAD9B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7EAD9B is #815264. Grayscale: #9C9C9C. Windows color (decimal): -8475237 or 10202494. OLE color: 10202494.

HSL color Cylindrical-coordinate representation of color #7EAD9B: hue angle of 157.02º degrees, saturation: 0.22, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7EAD9B is Cyan = 0.27, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.32.

Color convert

RGB 126 173 155 -
CMYK 0.27 0 0.10 0.32
HSL 157.02º 0.22% 0.59% -
HSV(B) 157.02º 0.27% 0.68% -
XYZ 29.46 36.69 36.54 -
YUV 156.9 126.93 105.96 -
System Red Green Blue C M Y K H S L
Decimal 126 173 155 0.27 0 0.10 0.32 157.02 0.22 0.59
Hex 7E AD 9B 1B 0 A 20 9D 16 3B
Octal 176 255 233 33 0 12 40 235 26 73
Binary 1111110 10101101 10011011 11011 0 1010 100000 10011101 10110 111011

Color Harmonies of #7EAD9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EAD9B

Black with #7EAD9B

Text Example


Text Example

White with #7EAD9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,173,155); }

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

background-color css

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

 a { background-color: rgb(126,173,155); }

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

border-color css

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

 span { border-color: rgb(126,173,155); }

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