#75A98E

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

Shades of Acapulco #75A98E

Tints of Acapulco #75A98E

Color information

#75A98E (or 0x75A98E) is unknown color: approx Acapulco. HEX triplet: 75, A9 and 8E. RGB value is (117,169,142). Sum of RGB (Red+Green+Blue) = 117+169+142=428 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.34% from 428); Green value is 169 (66.41% from 255 or 39.49% from 428); Blue value is 142 (55.86% from 255 or 33.18% from 428); Max value from RGB is 169 - color contains mainly: green. Hex color #75A98E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75A98E is #8A5671. Grayscale: #969696. Windows color (decimal): -9066098 or 9349493. OLE color: 9349493.

HSL color Cylindrical-coordinate representation of color #75A98E: hue angle of 148.85º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #75A98E is Cyan = 0.31, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.34.

Color convert

RGB117169142-
CMYK0.3100.160.34
HSL148.85º23.21%56.08%-
HSV(B)148.85º30.77%66.27%-
XYZ26.4134.1130.78-
YUV150.37123.27104.2-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 27.34%
GREEN value IS 169 (66.41% from 255) = 39.49%
BLUE value IS 142 (55.86% from 255) = 33.18%
R=27.34%
G=39.49%
B=33.18%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1171691420.3100.160.34148.8523.2156.08
Hex75A98E1F01022951738
Octal16525121637020422252770
Binary11101011010100110001110111110100001000101001010110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75A98E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75A98E; }

 p { color: rgb(117,169,142); }

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

<style>
 a { background-color: #75A98E; }

 a { background-color: rgb(117,169,142); }

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

<style>
 span { border-color: #75A98E; }

 span { border-color: rgb(117,169,142); }

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