Html Css Color HEX #75B09E Acapulco

📋 copy color: '#75B09E'

red 117 ◦ green 176 ◦ blue 158

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

Shades of Acapulco #75B09E

Tints of Acapulco #75B09E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 35.03%

R = 25.94%
G = 39.02%
B = 35.03%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.10

 K value IS 0.31

RGB Variations

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

Color information

#75B09E (or 0x75B09E) is known color: Acapulco. HEX triplet: 75, B0 and 9E. RGB value is (117,176,158). Sum of RGB (Red+Green+Blue) = 117+176+158=451 (59% of max value = 765). Red value is 117 (46.09% from 255 or 25.94% from 451); Green value is 176 (69.14% from 255 or 39.02% from 451); Blue value is 158 (62.11% from 255 or 35.03% from 451); Max value from RGB is 176 - color contains mainly: green. Hex color #75B09E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75B09E is #8A4F61. Grayscale: #9C9C9C. Windows color (decimal): -9064290 or 10399861. OLE color: 10399861.

HSL color Cylindrical-coordinate representation of color #75B09E: hue angle of 161.69º 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 #75B09E is Cyan = 0.34, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.31.

Color convert

RGB 117 176 158 -
CMYK 0.34 0 0.10 0.31
HSL 161.69º 0.27% 0.57% -
HSV(B) 161.69º 0.34% 0.69% -
XYZ 29.03 37.3 38.02 -
YUV 156.31 128.95 99.96 -
System Red Green Blue C M Y K H S L
Decimal 117 176 158 0.34 0 0.10 0.31 161.69 0.27 0.57
Hex 75 B0 9E 22 0 A 1F A2 1B 39
Octal 165 260 236 42 0 12 37 242 33 71
Binary 1110101 10110000 10011110 100010 0 1010 11111 10100010 11011 111001

Color Harmonies of #75B09E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75B09E

Black with #75B09E

Text Example


Text Example

White with #75B09E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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