Html Css Color HEX #7CB29E Acapulco

📋 copy color: '#7CB29E'

red 124 ◦ green 178 ◦ blue 158

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

Shades of Acapulco #7CB29E

Tints of Acapulco #7CB29E

RGB

 RED value IS 124 (48.83% from 255) = 26.96%

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

 BLUE value IS 158 (62.11% from 255) = 34.35%

R = 26.96%
G = 38.7%
B = 34.35%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.11

 K value IS 0.30

RGB Variations

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

Color information

#7CB29E (or 0x7CB29E) is known color: Acapulco. HEX triplet: 7C, B2 and 9E. RGB value is (124,178,158). Sum of RGB (Red+Green+Blue) = 124+178+158=460 (60% of max value = 765). Red value is 124 (48.83% from 255 or 26.96% from 460); Green value is 178 (69.92% from 255 or 38.70% from 460); Blue value is 158 (62.11% from 255 or 34.35% from 460); Max value from RGB is 178 - color contains mainly: green. Hex color #7CB29E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7CB29E is #834D61. Grayscale: #9F9F9F. Windows color (decimal): -8605026 or 10400380. OLE color: 10400380.

HSL color Cylindrical-coordinate representation of color #7CB29E: hue angle of 157.78º 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 #7CB29E is Cyan = 0.30, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.30.

Color convert

RGB 124 178 158 -
CMYK 0.30 0 0.11 0.30
HSL 157.78º 0.26% 0.59% -
HSV(B) 157.78º 0.3% 0.7% -
XYZ 30.4 38.59 38.19 -
YUV 159.57 127.11 102.63 -
System Red Green Blue C M Y K H S L
Decimal 124 178 158 0.30 0 0.11 0.30 157.78 0.26 0.59
Hex 7C B2 9E 1E 0 B 1E 9E 1A 3B
Octal 174 262 236 36 0 13 36 236 32 73
Binary 1111100 10110010 10011110 11110 0 1011 11110 10011110 11010 111011

Color Harmonies of #7CB29E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CB29E

Black with #7CB29E

Text Example


Text Example

White with #7CB29E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,178,158); }

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

background-color css

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

 a { background-color: rgb(124,178,158); }

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

border-color css

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

 span { border-color: rgb(124,178,158); }

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