Html Css Color HEX #7DB29C Acapulco

📋 copy color: '#7DB29C'

red 125 ◦ green 178 ◦ blue 156

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

Shades of Acapulco #7DB29C

Tints of Acapulco #7DB29C

RGB

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

 GREEN value IS 178 (69.92% from 255) = 38.78%

 BLUE value IS 156 (61.33% from 255) = 33.99%

R = 27.23%
G = 38.78%
B = 33.99%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.12

 K value IS 0.30

RGB Variations

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

Color information

#7DB29C (or 0x7DB29C) is known color: Acapulco. HEX triplet: 7D, B2 and 9C. RGB value is (125,178,156). Sum of RGB (Red+Green+Blue) = 125+178+156=459 (60% of max value = 765). Red value is 125 (49.22% from 255 or 27.23% from 459); Green value is 178 (69.92% from 255 or 38.78% from 459); Blue value is 156 (61.33% from 255 or 33.99% from 459); Max value from RGB is 178 - color contains mainly: green. Hex color #7DB29C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7DB29C is #824D63. Grayscale: #9F9F9F. Windows color (decimal): -8539492 or 10269309. OLE color: 10269309.

HSL color Cylindrical-coordinate representation of color #7DB29C: hue angle of 155.09º degrees, saturation: 0.26, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7DB29C is Cyan = 0.30, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.30.

Color convert

RGB 125 178 156 -
CMYK 0.30 0 0.12 0.30
HSL 155.09º 0.26% 0.59% -
HSV(B) 155.09º 0.3% 0.7% -
XYZ 30.38 38.6 37.3 -
YUV 159.65 125.94 103.29 -
System Red Green Blue C M Y K H S L
Decimal 125 178 156 0.30 0 0.12 0.30 155.09 0.26 0.59
Hex 7D B2 9C 1E 0 C 1E 9B 1A 3B
Octal 175 262 234 36 0 14 36 233 32 73
Binary 1111101 10110010 10011100 11110 0 1100 11110 10011011 11010 111011

Color Harmonies of #7DB29C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DB29C

Black with #7DB29C

Text Example


Text Example

White with #7DB29C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,178,156); }

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

background-color css

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

 a { background-color: rgb(125,178,156); }

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

border-color css

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

 span { border-color: rgb(125,178,156); }

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