Html Css Color HEX #75B899 Acapulco

📋 copy color: '#75B899'

red 117 ◦ green 184 ◦ blue 153

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

Shades of Acapulco #75B899

Tints of Acapulco #75B899

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 33.7%

R = 25.77%
G = 40.53%
B = 33.7%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.17

 K value IS 0.28

RGB Variations

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

Color information

#75B899 (or 0x75B899) is known color: Acapulco. HEX triplet: 75, B8 and 99. RGB value is (117,184,153). Sum of RGB (Red+Green+Blue) = 117+184+153=454 (60% of max value = 765). Red value is 117 (46.09% from 255 or 25.77% from 454); Green value is 184 (72.27% from 255 or 40.53% from 454); Blue value is 153 (60.16% from 255 or 33.70% from 454); Max value from RGB is 184 - color contains mainly: green. Hex color #75B899 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75B899 is #8A4766. Grayscale: #A0A0A0. Windows color (decimal): -9062247 or 10074229. OLE color: 10074229.

HSL color Cylindrical-coordinate representation of color #75B899: hue angle of 152.24º 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 #75B899 is Cyan = 0.36, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.28.

Color convert

RGB 117 184 153 -
CMYK 0.36 0 0.17 0.28
HSL 152.24º 0.32% 0.59% -
HSV(B) 152.24º 0.36% 0.72% -
XYZ 30.23 40.36 36.33 -
YUV 160.43 123.8 97.02 -
System Red Green Blue C M Y K H S L
Decimal 117 184 153 0.36 0 0.17 0.28 152.24 0.32 0.59
Hex 75 B8 99 24 0 11 1C 98 20 3B
Octal 165 270 231 44 0 21 34 230 40 73
Binary 1110101 10111000 10011001 100100 0 10001 11100 10011000 100000 111011

Color Harmonies of #75B899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75B899

Black with #75B899

Text Example


Text Example

White with #75B899

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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