Html Css Color HEX #75B09A Acapulco

📋 copy color: '#75B09A'

red 117 ◦ green 176 ◦ blue 154

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

Shades of Acapulco #75B09A

Tints of Acapulco #75B09A

RGB

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

 GREEN value IS 176 (69.14% from 255) = 39.37%

 BLUE value IS 154 (60.55% from 255) = 34.45%

R = 26.17%
G = 39.37%
B = 34.45%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.12

 K value IS 0.31

RGB Variations

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

Color information

#75B09A (or 0x75B09A) is known color: Acapulco. HEX triplet: 75, B0 and 9A. RGB value is (117,176,154). Sum of RGB (Red+Green+Blue) = 117+176+154=447 (59% of max value = 765). Red value is 117 (46.09% from 255 or 26.17% from 447); Green value is 176 (69.14% from 255 or 39.37% from 447); Blue value is 154 (60.55% from 255 or 34.45% from 447); Max value from RGB is 176 - color contains mainly: green. Hex color #75B09A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75B09A is #8A4F65. Grayscale: #9B9B9B. Windows color (decimal): -9064294 or 10137717. OLE color: 10137717.

HSL color Cylindrical-coordinate representation of color #75B09A: hue angle of 157.63º degrees, saturation: 0.27, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #75B09A is Cyan = 0.34, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.31.

Color convert

RGB 117 176 154 -
CMYK 0.34 0 0.12 0.31
HSL 157.63º 0.27% 0.57% -
HSV(B) 157.63º 0.34% 0.69% -
XYZ 28.69 37.17 36.23 -
YUV 155.85 126.95 100.29 -
System Red Green Blue C M Y K H S L
Decimal 117 176 154 0.34 0 0.12 0.31 157.63 0.27 0.57
Hex 75 B0 9A 22 0 C 1F 9E 1B 39
Octal 165 260 232 42 0 14 37 236 33 71
Binary 1110101 10110000 10011010 100010 0 1100 11111 10011110 11011 111001

Color Harmonies of #75B09A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75B09A

Black with #75B09A

Text Example


Text Example

White with #75B09A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,176,154); }

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

background-color css

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

 a { background-color: rgb(117,176,154); }

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

border-color css

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

 span { border-color: rgb(117,176,154); }

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