Html Css Color HEX #7FAE9A Acapulco

📋 copy color: '#7FAE9A'

red 127 ◦ green 174 ◦ blue 154

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

Shades of Acapulco #7FAE9A

Tints of Acapulco #7FAE9A

RGB

 RED value IS 127 (50% from 255) = 27.91%

 GREEN value IS 174 (68.36% from 255) = 38.24%

 BLUE value IS 154 (60.55% from 255) = 33.85%

R = 27.91%
G = 38.24%
B = 33.85%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.11

 K value IS 0.32

RGB Variations

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

Color information

#7FAE9A (or 0x7FAE9A) is known color: Acapulco. HEX triplet: 7F, AE and 9A. RGB value is (127,174,154). Sum of RGB (Red+Green+Blue) = 127+174+154=455 (60% of max value = 765). Red value is 127 (50% from 255 or 27.91% from 455); Green value is 174 (68.36% from 255 or 38.24% from 455); Blue value is 154 (60.55% from 255 or 33.85% from 455); Max value from RGB is 174 - color contains mainly: green. Hex color #7FAE9A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7FAE9A is #805165. Grayscale: #9D9D9D. Windows color (decimal): -8409446 or 10137215. OLE color: 10137215.

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

Color convert

RGB 127 174 154 -
CMYK 0.27 0 0.11 0.32
HSL 154.47º 0.22% 0.59% -
HSV(B) 154.47º 0.27% 0.68% -
XYZ 29.72 37.12 36.17 -
YUV 157.67 125.93 106.13 -
System Red Green Blue C M Y K H S L
Decimal 127 174 154 0.27 0 0.11 0.32 154.47 0.22 0.59
Hex 7F AE 9A 1B 0 B 20 9A 16 3B
Octal 177 256 232 33 0 13 40 232 26 73
Binary 1111111 10101110 10011010 11011 0 1011 100000 10011010 10110 111011

Color Harmonies of #7FAE9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FAE9A

Black with #7FAE9A

Text Example


Text Example

White with #7FAE9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,174,154); }

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

background-color css

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

 a { background-color: rgb(127,174,154); }

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

border-color css

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

 span { border-color: rgb(127,174,154); }

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