Html Css Color HEX #71A298 Acapulco

📋 copy color: '#71A298'

red 113 ◦ green 162 ◦ blue 152

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

Shades of Acapulco #71A298

Tints of Acapulco #71A298

RGB

 RED value IS 113 (44.53% from 255) = 26.46%

 GREEN value IS 162 (63.67% from 255) = 37.94%

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

R = 26.46%
G = 37.94%
B = 35.6%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.06

 K value IS 0.36

RGB Variations

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

Color information

#71A298 (or 0x71A298) is known color: Acapulco. HEX triplet: 71, A2 and 98. RGB value is (113,162,152). Sum of RGB (Red+Green+Blue) = 113+162+152=427 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.46% from 427); Green value is 162 (63.67% from 255 or 37.94% from 427); Blue value is 152 (59.77% from 255 or 35.60% from 427); Max value from RGB is 162 - color contains mainly: green. Hex color #71A298 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #71A298 is #8E5D67. Grayscale: #929292. Windows color (decimal): -9330024 or 10003057. OLE color: 10003057.

HSL color Cylindrical-coordinate representation of color #71A298: hue angle of 167.76º degrees, saturation: 0.21, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #71A298 is Cyan = 0.30, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.36.

Color convert

RGB 113 162 152 -
CMYK 0.30 0 0.06 0.36
HSL 167.76º 0.21% 0.54% -
HSV(B) 167.76º 0.3% 0.64% -
XYZ 25.4 31.62 34.47 -
YUV 146.21 131.27 104.31 -
System Red Green Blue C M Y K H S L
Decimal 113 162 152 0.30 0 0.06 0.36 167.76 0.21 0.54
Hex 71 A2 98 1E 0 6 24 A8 15 36
Octal 161 242 230 36 0 6 44 250 25 66
Binary 1110001 10100010 10011000 11110 0 110 100100 10101000 10101 110110

Color Harmonies of #71A298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71A298

Black with #71A298

Text Example


Text Example

White with #71A298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71A298; }

 p { color: rgb(113,162,152); }

 H1.HeaderClassName
 {
   color: #71A298;
 }
 .AnyTagClassName
 {
   color: #71A298;
 }
</style>

background-color css

<style>
 a { background-color: #71A298; }

 a { background-color: rgb(113,162,152); }

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

border-color css

<style>
 span { border-color: #71A298; }

 span { border-color: rgb(113,162,152); }

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