Html Css Color HEX #80AFAB Gulf Stream

📋 copy color: '#80AFAB'

red 128 ◦ green 175 ◦ blue 171

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

Shades of Gulf Stream #80AFAB

Tints of Gulf Stream #80AFAB

RGB

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

 GREEN value IS 175 (68.75% from 255) = 36.92%

 BLUE value IS 171 (67.19% from 255) = 36.08%

R = 27%
G = 36.92%
B = 36.08%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.02

 K value IS 0.31

RGB Variations

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

Color information

#80AFAB (or 0x80AFAB) is known color: Gulf Stream. HEX triplet: 80, AF and AB. RGB value is (128,175,171). Sum of RGB (Red+Green+Blue) = 128+175+171=474 (62% of max value = 765). Red value is 128 (50.39% from 255 or 27.00% from 474); Green value is 175 (68.75% from 255 or 36.92% from 474); Blue value is 171 (67.19% from 255 or 36.08% from 474); Max value from RGB is 175 - color contains mainly: green. Hex color #80AFAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80AFAB is #7F5054. Grayscale: #A0A0A0. Windows color (decimal): -8343637 or 11251584. OLE color: 11251584.

HSL color Cylindrical-coordinate representation of color #80AFAB: hue angle of 174.89º degrees, saturation: 0.23, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #80AFAB is Cyan = 0.27, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.31.

Color convert

RGB 128 175 171 -
CMYK 0.27 0 0.02 0.31
HSL 174.89º 0.23% 0.59% -
HSV(B) 174.89º 0.27% 0.69% -
XYZ 31.58 38.19 44.23 -
YUV 160.49 133.93 104.83 -
System Red Green Blue C M Y K H S L
Decimal 128 175 171 0.27 0 0.02 0.31 174.89 0.23 0.59
Hex 80 AF AB 1B 0 2 1F AF 17 3B
Octal 200 257 253 33 0 2 37 257 27 73
Binary 10000000 10101111 10101011 11011 0 10 11111 10101111 10111 111011

Color Harmonies of #80AFAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80AFAB

Black with #80AFAB

Text Example


Text Example

White with #80AFAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,175,171); }

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

background-color css

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

 a { background-color: rgb(128,175,171); }

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

border-color css

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

 span { border-color: rgb(128,175,171); }

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