Html Css Color HEX #7DB49D Acapulco

📋 copy color: '#7DB49D'

red 125 ◦ green 180 ◦ blue 157

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

Shades of Acapulco #7DB49D

Tints of Acapulco #7DB49D

RGB

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

 GREEN value IS 180 (70.7% from 255) = 38.96%

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

R = 27.06%
G = 38.96%
B = 33.98%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.13

 K value IS 0.29

RGB Variations

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

Color information

#7DB49D (or 0x7DB49D) is known color: Acapulco. HEX triplet: 7D, B4 and 9D. RGB value is (125,180,157). Sum of RGB (Red+Green+Blue) = 125+180+157=462 (61% of max value = 765). Red value is 125 (49.22% from 255 or 27.06% from 462); Green value is 180 (70.70% from 255 or 38.96% from 462); Blue value is 157 (61.72% from 255 or 33.98% from 462); Max value from RGB is 180 - color contains mainly: green. Hex color #7DB49D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DB49D is #824B62. Grayscale: #A0A0A0. Windows color (decimal): -8538979 or 10335357. OLE color: 10335357.

HSL color Cylindrical-coordinate representation of color #7DB49D: hue angle of 154.91º degrees, saturation: 0.27, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7DB49D is Cyan = 0.31, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.29.

Color convert

RGB 125 180 157 -
CMYK 0.31 0 0.13 0.29
HSL 154.91º 0.27% 0.6% -
HSV(B) 154.91º 0.31% 0.71% -
XYZ 30.86 39.44 37.88 -
YUV 160.93 125.78 102.37 -
System Red Green Blue C M Y K H S L
Decimal 125 180 157 0.31 0 0.13 0.29 154.91 0.27 0.6
Hex 7D B4 9D 1F 0 D 1D 9B 1B 3C
Octal 175 264 235 37 0 15 35 233 33 74
Binary 1111101 10110100 10011101 11111 0 1101 11101 10011011 11011 111100

Color Harmonies of #7DB49D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DB49D

Black with #7DB49D

Text Example


Text Example

White with #7DB49D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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