Html Css Color HEX #7DAE9A Acapulco

📋 copy color: '#7DAE9A'

red 125 ◦ green 174 ◦ blue 154

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

Shades of Acapulco #7DAE9A

Tints of Acapulco #7DAE9A

RGB

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

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

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

R = 27.59%
G = 38.41%
B = 34%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.11

 K value IS 0.32

RGB Variations

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

Color information

#7DAE9A (or 0x7DAE9A) is known color: Acapulco. HEX triplet: 7D, AE and 9A. RGB value is (125,174,154). Sum of RGB (Red+Green+Blue) = 125+174+154=453 (60% of max value = 765). Red value is 125 (49.22% from 255 or 27.59% from 453); Green value is 174 (68.36% from 255 or 38.41% from 453); Blue value is 154 (60.55% from 255 or 34.00% from 453); Max value from RGB is 174 - color contains mainly: green. Hex color #7DAE9A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7DAE9A is #825165. Grayscale: #9D9D9D. Windows color (decimal): -8540518 or 10137213. OLE color: 10137213.

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

Color convert

RGB 125 174 154 -
CMYK 0.28 0 0.11 0.32
HSL 155.51º 0.23% 0.59% -
HSV(B) 155.51º 0.28% 0.68% -
XYZ 29.43 36.97 36.16 -
YUV 157.07 126.27 105.13 -
System Red Green Blue C M Y K H S L
Decimal 125 174 154 0.28 0 0.11 0.32 155.51 0.23 0.59
Hex 7D AE 9A 1C 0 B 20 9C 17 3B
Octal 175 256 232 34 0 13 40 234 27 73
Binary 1111101 10101110 10011010 11100 0 1011 100000 10011100 10111 111011

Color Harmonies of #7DAE9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DAE9A

Black with #7DAE9A

Text Example


Text Example

White with #7DAE9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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