#7FB09C

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

Shades of Acapulco #7FB09C

Tints of Acapulco #7FB09C

Color information

#7FB09C (or 0x7FB09C) is unknown color: approx Acapulco. HEX triplet: 7F, B0 and 9C. RGB value is (127,176,156). Sum of RGB (Red+Green+Blue) = 127+176+156=459 (60% of max value = 765). Red value is 127 (50% from 255 or 27.67% from 459); Green value is 176 (69.14% from 255 or 38.34% from 459); Blue value is 156 (61.33% from 255 or 33.99% from 459); Max value from RGB is 176 - color contains mainly: green. Hex color #7FB09C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7FB09C is #804F63. Grayscale: #9F9F9F. Windows color (decimal): -8408932 or 10268799. OLE color: 10268799.

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

Color convert

RGB127176156-
CMYK0.2800.110.31
HSL155.51º23.67%59.41%-
HSV(B)155.51º27.84%69.02%-
XYZ30.2837.9637.18-
YUV159.07126.27105.13-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 27.67%
GREEN value IS 176 (69.14% from 255) = 38.34%
BLUE value IS 156 (61.33% from 255) = 33.99%
R=27.67%
G=38.34%
B=33.99%

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
Decimal1271761560.2800.110.31155.5123.6759.41
Hex7FB09C1C0B1F9c183b
Octal17726023434013372343073
Binary111111110110000100111001110001011111111001110011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FB09C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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