#83B4B0

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

Shades of Gulf Stream #83B4B0

Tints of Gulf Stream #83B4B0

Color information

#83B4B0 (or 0x83B4B0) is unknown color: approx Gulf Stream. HEX triplet: 83, B4 and B0. RGB value is (131,180,176). Sum of RGB (Red+Green+Blue) = 131+180+176=487 (64% of max value = 765). Red value is 131 (51.56% from 255 or 26.90% from 487); Green value is 180 (70.70% from 255 or 36.96% from 487); Blue value is 176 (69.14% from 255 or 36.14% from 487); Max value from RGB is 180 - color contains mainly: green. Hex color #83B4B0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83B4B0 is #7C4B4F. Grayscale: #A4A4A4. Windows color (decimal): -8145744 or 11580547. OLE color: 11580547.

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

Color convert

RGB131180176-
CMYK0.2700.020.29
HSL175.1º24.62%60.98%-
HSV(B)175.1º27.22%70.59%-
XYZ33.5240.647.14-
YUV164.89134.27103.83-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 26.90%
GREEN value IS 180 (70.70% from 255) = 36.96%
BLUE value IS 176 (69.14% from 255) = 36.14%
R=26.90%
G=36.96%
B=36.14%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1311801760.2700.020.29175.124.6260.98
Hex83B4B01B021Daf193d
Octal2032642603302352573175
Binary10000011101101001011000011011010111011010111111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83B4B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,180,176); }

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

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

 a { background-color: rgb(131,180,176); }

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

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

 span { border-color: rgb(131,180,176); }

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