#7FB09D

Color #7FB09D Acapulco (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Acapulco #7FB09D

Tints of Acapulco #7FB09D

Color information

#7FB09D (or 0x7FB09D) is unknown color: approx Acapulco. HEX triplet: 7F, B0 and 9D. RGB value is (127,176,157). Sum of RGB (Red+Green+Blue) = 127+176+157=460 (60% of max value = 765). Red value is 127 (50% from 255 or 27.61% from 460); Green value is 176 (69.14% from 255 or 38.26% from 460); Blue value is 157 (61.72% from 255 or 34.13% from 460); Max value from RGB is 176 - color contains mainly: green. Hex color #7FB09D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7FB09D is #804F62. Grayscale: #9F9F9F. Windows color (decimal): -8408931 or 10334335. OLE color: 10334335.

HSL color Cylindrical-coordinate representation of color #7FB09D: hue angle of 156.73º degrees, saturation: 0.24, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7FB09D is Cyan = 0.28, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.31.

Color convert

RGB127176157-
CMYK0.2800.110.31
HSL156.73º23.67%59.41%-
HSV(B)156.73º27.84%69.02%-
XYZ30.363837.63-
YUV159.18126.77105.04-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 27.61%
GREEN value IS 176 (69.14% from 255) = 38.26%
BLUE value IS 157 (61.72% from 255) = 34.13%
R=27.61%
G=38.26%
B=34.13%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1271761570.2800.110.31156.7323.6759.41
Hex7FB09D1C0B1F9d183b
Octal17726023534013372353073
Binary111111110110000100111011110001011111111001110111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FB09D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,176,157); }

 H1.HeaderClassName
 {
   color: #7FB09D;
 }
 .AnyTagClassName
 {
   color: #7FB09D;
 }
</style>
background-color css

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

 a { background-color: rgb(127,176,157); }

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

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

 span { border-color: rgb(127,176,157); }

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