#84AFAB

Color #84AFAB Gulf Stream (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gulf Stream #84AFAB

Tints of Gulf Stream #84AFAB

Color information

#84AFAB (or 0x84AFAB) is unknown color: approx Gulf Stream. HEX triplet: 84, AF and AB. RGB value is (132,175,171). Sum of RGB (Red+Green+Blue) = 132+175+171=478 (63% of max value = 765). Red value is 132 (51.95% from 255 or 27.62% from 478); Green value is 175 (68.75% from 255 or 36.61% from 478); Blue value is 171 (67.19% from 255 or 35.77% from 478); Max value from RGB is 175 - color contains mainly: green. Hex color #84AFAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84AFAB is #7B5054. Grayscale: #A1A1A1. Windows color (decimal): -8081493 or 11251588. OLE color: 11251588.

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

Color convert

RGB132175171-
CMYK0.2500.020.31
HSL174.42º21.18%60.2%-
HSV(B)174.42º24.57%68.63%-
XYZ32.238.5144.26-
YUV161.69133.25106.83-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 27.62%
GREEN value IS 175 (68.75% from 255) = 36.61%
BLUE value IS 171 (67.19% from 255) = 35.77%
R=27.62%
G=36.61%
B=35.77%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1321751710.2500.020.31174.4221.1860.2
Hex84AFAB19021Fae153c
Octal2042572533102372562574
Binary10000100101011111010101111001010111111010111010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84AFAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #84AFAB;
 }
 .AnyTagClassName
 {
   color: #84AFAB;
 }
</style>
background-color css

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

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

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

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

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

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