Html Css Color HEX #7DAD9D Acapulco

📋 copy color: '#7DAD9D'

red 125 ◦ green 173 ◦ blue 157

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

Shades of Acapulco #7DAD9D

Tints of Acapulco #7DAD9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 34.51%

R = 27.47%
G = 38.02%
B = 34.51%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.09

 K value IS 0.32

RGB Variations

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

Color information

#7DAD9D (or 0x7DAD9D) is known color: Acapulco. HEX triplet: 7D, AD and 9D. RGB value is (125,173,157). Sum of RGB (Red+Green+Blue) = 125+173+157=455 (60% of max value = 765). Red value is 125 (49.22% from 255 or 27.47% from 455); Green value is 173 (67.97% from 255 or 38.02% from 455); Blue value is 157 (61.72% from 255 or 34.51% from 455); Max value from RGB is 173 - color contains mainly: green. Hex color #7DAD9D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7DAD9D is #825262. Grayscale: #9C9C9C. Windows color (decimal): -8540771 or 10333565. OLE color: 10333565.

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

Color convert

RGB 125 173 157 -
CMYK 0.28 0 0.09 0.32
HSL 160º 0.23% 0.58% -
HSV(B) 160º 0.28% 0.68% -
XYZ 29.49 36.68 37.42 -
YUV 156.82 128.1 105.3 -
System Red Green Blue C M Y K H S L
Decimal 125 173 157 0.28 0 0.09 0.32 160 0.23 0.58
Hex 7D AD 9D 1C 0 9 20 A0 17 3A
Octal 175 255 235 34 0 11 40 240 27 72
Binary 1111101 10101101 10011101 11100 0 1001 100000 10100000 10111 111010

Color Harmonies of #7DAD9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DAD9D

Black with #7DAD9D

Text Example


Text Example

White with #7DAD9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,173,157); }

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

background-color css

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

 a { background-color: rgb(125,173,157); }

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

border-color css

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

 span { border-color: rgb(125,173,157); }

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