Html Css Color HEX #76A898 Acapulco

📋 copy color: '#76A898'

red 118 ◦ green 168 ◦ blue 152

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

Shades of Acapulco #76A898

Tints of Acapulco #76A898

RGB

 RED value IS 118 (46.48% from 255) = 26.94%

 GREEN value IS 168 (66.02% from 255) = 38.36%

 BLUE value IS 152 (59.77% from 255) = 34.7%

R = 26.94%
G = 38.36%
B = 34.7%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.10

 K value IS 0.34

RGB Variations

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

Color information

#76A898 (or 0x76A898) is known color: Acapulco. HEX triplet: 76, A8 and 98. RGB value is (118,168,152). Sum of RGB (Red+Green+Blue) = 118+168+152=438 (58% of max value = 765). Red value is 118 (46.48% from 255 or 26.94% from 438); Green value is 168 (66.02% from 255 or 38.36% from 438); Blue value is 152 (59.77% from 255 or 34.70% from 438); Max value from RGB is 168 - color contains mainly: green. Hex color #76A898 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76A898 is #895767. Grayscale: #979797. Windows color (decimal): -9000808 or 10004598. OLE color: 10004598.

HSL color Cylindrical-coordinate representation of color #76A898: hue angle of 160.8º degrees, saturation: 0.22, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #76A898 is Cyan = 0.30, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.34.

Color convert

RGB 118 168 152 -
CMYK 0.30 0 0.10 0.34
HSL 160.8º 0.22% 0.56% -
HSV(B) 160.8º 0.3% 0.66% -
XYZ 27.14 34.12 34.86 -
YUV 151.23 128.44 104.3 -
System Red Green Blue C M Y K H S L
Decimal 118 168 152 0.30 0 0.10 0.34 160.8 0.22 0.56
Hex 76 A8 98 1E 0 A 22 A1 16 38
Octal 166 250 230 36 0 12 42 241 26 70
Binary 1110110 10101000 10011000 11110 0 1010 100010 10100001 10110 111000

Color Harmonies of #76A898

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76A898

Black with #76A898

Text Example


Text Example

White with #76A898

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76A898; }

 p { color: rgb(118,168,152); }

 H1.HeaderClassName
 {
   color: #76A898;
 }
 .AnyTagClassName
 {
   color: #76A898;
 }
</style>

background-color css

<style>
 a { background-color: #76A898; }

 a { background-color: rgb(118,168,152); }

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

border-color css

<style>
 span { border-color: #76A898; }

 span { border-color: rgb(118,168,152); }

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