Html Css Color HEX #809F90 Acapulco

📋 copy color: '#809F90'

red 128 ◦ green 159 ◦ blue 144

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

Shades of Acapulco #809F90

Tints of Acapulco #809F90

RGB

 RED value IS 128 (50.39% from 255) = 29.7%

 GREEN value IS 159 (62.5% from 255) = 36.89%

 BLUE value IS 144 (56.64% from 255) = 33.41%

R = 29.7%
G = 36.89%
B = 33.41%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.09

 K value IS 0.38

RGB Variations

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

Color information

#809F90 (or 0x809F90) is known color: Acapulco. HEX triplet: 80, 9F and 90. RGB value is (128,159,144). Sum of RGB (Red+Green+Blue) = 128+159+144=431 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.70% from 431); Green value is 159 (62.5% from 255 or 36.89% from 431); Blue value is 144 (56.64% from 255 or 33.41% from 431); Max value from RGB is 159 - color contains mainly: green. Hex color #809F90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #809F90 is #7F606F. Grayscale: #949494. Windows color (decimal): -8347760 or 9478016. OLE color: 9478016.

HSL color Cylindrical-coordinate representation of color #809F90: hue angle of 150.97º degrees, saturation: 0.14, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #809F90 is Cyan = 0.19, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.38.

Color convert

RGB 128 159 144 -
CMYK 0.19 0 0.09 0.38
HSL 150.97º 0.14% 0.56% -
HSV(B) 150.97º 0.19% 0.62% -
XYZ 26.33 31.4 31.06 -
YUV 148.02 125.73 113.72 -
System Red Green Blue C M Y K H S L
Decimal 128 159 144 0.19 0 0.09 0.38 150.97 0.14 0.56
Hex 80 9F 90 13 0 9 26 97 E 38
Octal 200 237 220 23 0 11 46 227 16 70
Binary 10000000 10011111 10010000 10011 0 1001 100110 10010111 1110 111000

Color Harmonies of #809F90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #809F90

Black with #809F90

Text Example


Text Example

White with #809F90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #809F90; }

 p { color: rgb(128,159,144); }

 H1.HeaderClassName
 {
   color: #809F90;
 }
 .AnyTagClassName
 {
   color: #809F90;
 }
</style>

background-color css

<style>
 a { background-color: #809F90; }

 a { background-color: rgb(128,159,144); }

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

border-color css

<style>
 span { border-color: #809F90; }

 span { border-color: rgb(128,159,144); }

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