Html Css Color HEX #7FB29C Acapulco

📋 copy color: '#7FB29C'

red 127 ◦ green 178 ◦ blue 156

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

Shades of Acapulco #7FB29C

Tints of Acapulco #7FB29C

RGB

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

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

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

R = 27.55%
G = 38.61%
B = 33.84%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.12

 K value IS 0.30

RGB Variations

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

Color information

#7FB29C (or 0x7FB29C) is known color: Acapulco. HEX triplet: 7F, B2 and 9C. RGB value is (127,178,156). Sum of RGB (Red+Green+Blue) = 127+178+156=461 (61% of max value = 765). Red value is 127 (50% from 255 or 27.55% from 461); Green value is 178 (69.92% from 255 or 38.61% from 461); Blue value is 156 (61.33% from 255 or 33.84% from 461); Max value from RGB is 178 - color contains mainly: green. Hex color #7FB29C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7FB29C is #804D63. Grayscale: #A0A0A0. Windows color (decimal): -8408420 or 10269311. OLE color: 10269311.

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

Color convert

RGB 127 178 156 -
CMYK 0.29 0 0.12 0.30
HSL 154.12º 0.25% 0.6% -
HSV(B) 154.12º 0.29% 0.7% -
XYZ 30.67 38.75 37.32 -
YUV 160.24 125.6 104.29 -
System Red Green Blue C M Y K H S L
Decimal 127 178 156 0.29 0 0.12 0.30 154.12 0.25 0.6
Hex 7F B2 9C 1D 0 C 1E 9A 19 3C
Octal 177 262 234 35 0 14 36 232 31 74
Binary 1111111 10110010 10011100 11101 0 1100 11110 10011010 11001 111100

Color Harmonies of #7FB29C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FB29C

Black with #7FB29C

Text Example


Text Example

White with #7FB29C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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