Html Css Color HEX #75B89F Acapulco

📋 copy color: '#75B89F'

red 117 ◦ green 184 ◦ blue 159

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

Shades of Acapulco #75B89F

Tints of Acapulco #75B89F

RGB

 RED value IS 117 (46.09% from 255) = 25.43%

 GREEN value IS 184 (72.27% from 255) = 40%

 BLUE value IS 159 (62.5% from 255) = 34.57%

R = 25.43%
G = 40%
B = 34.57%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.14

 K value IS 0.28

RGB Variations

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

Color information

#75B89F (or 0x75B89F) is known color: Acapulco. HEX triplet: 75, B8 and 9F. RGB value is (117,184,159). Sum of RGB (Red+Green+Blue) = 117+184+159=460 (60% of max value = 765). Red value is 117 (46.09% from 255 or 25.43% from 460); Green value is 184 (72.27% from 255 or 40% from 460); Blue value is 159 (62.5% from 255 or 34.57% from 460); Max value from RGB is 184 - color contains mainly: green. Hex color #75B89F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75B89F is #8A4760. Grayscale: #A1A1A1. Windows color (decimal): -9062241 or 10467445. OLE color: 10467445.

HSL color Cylindrical-coordinate representation of color #75B89F: hue angle of 157.61º degrees, saturation: 0.32, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #75B89F is Cyan = 0.36, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.28.

Color convert

RGB 117 184 159 -
CMYK 0.36 0 0.14 0.28
HSL 157.61º 0.32% 0.59% -
HSV(B) 157.61º 0.36% 0.72% -
XYZ 30.73 40.57 39.01 -
YUV 161.12 126.8 96.53 -
System Red Green Blue C M Y K H S L
Decimal 117 184 159 0.36 0 0.14 0.28 157.61 0.32 0.59
Hex 75 B8 9F 24 0 E 1C 9E 20 3B
Octal 165 270 237 44 0 16 34 236 40 73
Binary 1110101 10111000 10011111 100100 0 1110 11100 10011110 100000 111011

Color Harmonies of #75B89F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75B89F

Black with #75B89F

Text Example


Text Example

White with #75B89F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,184,159); }

 H1.HeaderClassName
 {
   color: #75B89F;
 }
 .AnyTagClassName
 {
   color: #75B89F;
 }
</style>

background-color css

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

 a { background-color: rgb(117,184,159); }

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

border-color css

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

 span { border-color: rgb(117,184,159); }

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