#84B3AF

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

Shades of Gulf Stream #84B3AF

Tints of Gulf Stream #84B3AF

Color information

#84B3AF (or 0x84B3AF) is unknown color: approx Gulf Stream. HEX triplet: 84, B3 and AF. RGB value is (132,179,175). Sum of RGB (Red+Green+Blue) = 132+179+175=486 (64% of max value = 765). Red value is 132 (51.95% from 255 or 27.16% from 486); Green value is 179 (70.31% from 255 or 36.83% from 486); Blue value is 175 (68.75% from 255 or 36.01% from 486); Max value from RGB is 179 - color contains mainly: green. Hex color #84B3AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84B3AF is #7B4C50. Grayscale: #A4A4A4. Windows color (decimal): -8080465 or 11514756. OLE color: 11514756.

HSL color Cylindrical-coordinate representation of color #84B3AF: hue angle of 174.89º degrees, saturation: 0.24, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #84B3AF is Cyan = 0.26, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.30.

Color convert

RGB132179175-
CMYK0.2600.020.30
HSL174.89º23.62%60.98%-
HSV(B)174.89º26.26%70.2%-
XYZ33.3740.2446.57-
YUV164.49133.93104.83-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 27.16%
GREEN value IS 179 (70.31% from 255) = 36.83%
BLUE value IS 175 (68.75% from 255) = 36.01%
R=27.16%
G=36.83%
B=36.01%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1321791750.2600.020.30174.8923.6260.98
Hex84B3AF1A021Eaf183d
Octal2042632573202362573075
Binary10000100101100111010111111010010111101010111111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84B3AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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