#83B3AF

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

Shades of Gulf Stream #83B3AF

Tints of Gulf Stream #83B3AF

Color information

#83B3AF (or 0x83B3AF) is unknown color: approx Gulf Stream. HEX triplet: 83, B3 and AF. RGB value is (131,179,175). Sum of RGB (Red+Green+Blue) = 131+179+175=485 (64% of max value = 765). Red value is 131 (51.56% from 255 or 27.01% from 485); Green value is 179 (70.31% from 255 or 36.91% from 485); Blue value is 175 (68.75% from 255 or 36.08% from 485); Max value from RGB is 179 - color contains mainly: green. Hex color #83B3AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83B3AF is #7C4C50. Grayscale: #A4A4A4. Windows color (decimal): -8146001 or 11514755. OLE color: 11514755.

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

Color convert

RGB131179175-
CMYK0.2700.020.30
HSL175º24%60.78%-
HSV(B)175º26.82%70.2%-
XYZ33.2240.1646.56-
YUV164.19134.1104.33-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 27.01%
GREEN value IS 179 (70.31% from 255) = 36.91%
BLUE value IS 175 (68.75% from 255) = 36.08%
R=27.01%
G=36.91%
B=36.08%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1311791750.2700.020.301752460.78
Hex83B3AF1B021Eaf183d
Octal2032632573302362573075
Binary10000011101100111010111111011010111101010111111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83B3AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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