#75BDA1

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

Shades of Acapulco #75BDA1

Tints of Acapulco #75BDA1

Color information

#75BDA1 (or 0x75BDA1) is unknown color: approx Acapulco. HEX triplet: 75, BD and A1. RGB value is (117,189,161). Sum of RGB (Red+Green+Blue) = 117+189+161=467 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25.05% from 467); Green value is 189 (74.22% from 255 or 40.47% from 467); Blue value is 161 (63.28% from 255 or 34.48% from 467); Max value from RGB is 189 - color contains mainly: green. Hex color #75BDA1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75BDA1 is #8A425E. Grayscale: #A4A4A4. Windows color (decimal): -9060959 or 10599797. OLE color: 10599797.

HSL color Cylindrical-coordinate representation of color #75BDA1: hue angle of 156.67º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #75BDA1 is Cyan = 0.38, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.26.

Color convert

RGB117189161-
CMYK0.3800.150.26
HSL156.67º35.29%60%-
HSV(B)156.67º38.1%74.12%-
XYZ31.9742.7540.29-
YUV164.28126.1594.28-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 25.05%
GREEN value IS 189 (74.22% from 255) = 40.47%
BLUE value IS 161 (63.28% from 255) = 34.48%
R=25.05%
G=40.47%
B=34.48%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1171891610.3800.150.26156.6735.2960
Hex75BDA1260F1A9d233c
Octal16527524146017322354374
Binary11101011011110110100001100110011111101010011101100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75BDA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,189,161); }

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

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

 a { background-color: rgb(117,189,161); }

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

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

 span { border-color: rgb(117,189,161); }

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