Html Css Color HEX #80A7A3 Gulf Stream

📋 copy color: '#80A7A3'

red 128 ◦ green 167 ◦ blue 163

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

Shades of Gulf Stream #80A7A3

Tints of Gulf Stream #80A7A3

RGB

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

 GREEN value IS 167 (65.63% from 255) = 36.46%

 BLUE value IS 163 (64.06% from 255) = 35.59%

R = 27.95%
G = 36.46%
B = 35.59%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.02

 K value IS 0.35

RGB Variations

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

Color information

#80A7A3 (or 0x80A7A3) is known color: Gulf Stream. HEX triplet: 80, A7 and A3. RGB value is (128,167,163). Sum of RGB (Red+Green+Blue) = 128+167+163=458 (60% of max value = 765). Red value is 128 (50.39% from 255 or 27.95% from 458); Green value is 167 (65.62% from 255 or 36.46% from 458); Blue value is 163 (64.06% from 255 or 35.59% from 458); Max value from RGB is 167 - color contains mainly: green. Hex color #80A7A3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80A7A3 is #7F585C. Grayscale: #9A9A9A. Windows color (decimal): -8345693 or 10725248. OLE color: 10725248.

HSL color Cylindrical-coordinate representation of color #80A7A3: hue angle of 173.85º degrees, saturation: 0.18, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #80A7A3 is Cyan = 0.23, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.35.

Color convert

RGB 128 167 163 -
CMYK 0.23 0 0.02 0.35
HSL 173.85º 0.18% 0.58% -
HSV(B) 173.85º 0.23% 0.65% -
XYZ 29.33 34.87 39.84 -
YUV 154.88 132.58 108.83 -
System Red Green Blue C M Y K H S L
Decimal 128 167 163 0.23 0 0.02 0.35 173.85 0.18 0.58
Hex 80 A7 A3 17 0 2 23 AE 12 3A
Octal 200 247 243 27 0 2 43 256 22 72
Binary 10000000 10100111 10100011 10111 0 10 100011 10101110 10010 111010

Color Harmonies of #80A7A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80A7A3

Black with #80A7A3

Text Example


Text Example

White with #80A7A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80A7A3; }

 p { color: rgb(128,167,163); }

 H1.HeaderClassName
 {
   color: #80A7A3;
 }
 .AnyTagClassName
 {
   color: #80A7A3;
 }
</style>

background-color css

<style>
 a { background-color: #80A7A3; }

 a { background-color: rgb(128,167,163); }

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

border-color css

<style>
 span { border-color: #80A7A3; }

 span { border-color: rgb(128,167,163); }

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