#83B3AE

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

Shades of Gulf Stream #83B3AE

Tints of Gulf Stream #83B3AE

Color information

#83B3AE (or 0x83B3AE) is unknown color: approx Gulf Stream. HEX triplet: 83, B3 and AE. RGB value is (131,179,174). Sum of RGB (Red+Green+Blue) = 131+179+174=484 (64% of max value = 765). Red value is 131 (51.56% from 255 or 27.07% from 484); Green value is 179 (70.31% from 255 or 36.98% from 484); Blue value is 174 (68.36% from 255 or 35.95% from 484); Max value from RGB is 179 - color contains mainly: green. Hex color #83B3AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83B3AE is #7C4C51. Grayscale: #A4A4A4. Windows color (decimal): -8146002 or 11449219. OLE color: 11449219.

HSL color Cylindrical-coordinate representation of color #83B3AE: hue angle of 173.75º 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 #83B3AE is Cyan = 0.27, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.30.

Color convert

RGB131179174-
CMYK0.2700.030.30
HSL173.75º24%60.78%-
HSV(B)173.75º26.82%70.2%-
XYZ33.1240.1246.04-
YUV164.08133.6104.41-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 27.07%
GREEN value IS 179 (70.31% from 255) = 36.98%
BLUE value IS 174 (68.36% from 255) = 35.95%
R=27.07%
G=36.98%
B=35.95%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1311791740.2700.030.30173.752460.78
Hex83B3AE1B031Eae183d
Octal2032632563303362563075
Binary10000011101100111010111011011011111101010111011000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83B3AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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