#83ADA9

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

Shades of Gulf Stream #83ADA9

Tints of Gulf Stream #83ADA9

Color information

#83ADA9 (or 0x83ADA9) is unknown color: approx Gulf Stream. HEX triplet: 83, AD and A9. RGB value is (131,173,169). Sum of RGB (Red+Green+Blue) = 131+173+169=473 (62% of max value = 765). Red value is 131 (51.56% from 255 or 27.70% from 473); Green value is 173 (67.97% from 255 or 36.58% from 473); Blue value is 169 (66.41% from 255 or 35.73% from 473); Max value from RGB is 173 - color contains mainly: green. Hex color #83ADA9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #83ADA9 is #7C5256. Grayscale: #9F9F9F. Windows color (decimal): -8147543 or 11120003. OLE color: 11120003.

HSL color Cylindrical-coordinate representation of color #83ADA9: hue angle of 174.29º degrees, saturation: 0.2, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #83ADA9 is Cyan = 0.24, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.32.

Color convert

RGB131173169-
CMYK0.2400.020.32
HSL174.29º20.39%59.61%-
HSV(B)174.29º24.28%67.84%-
XYZ31.4737.5843.13-
YUV159.99133.09107.33-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 27.70%
GREEN value IS 173 (67.97% from 255) = 36.58%
BLUE value IS 169 (66.41% from 255) = 35.73%
R=27.70%
G=36.58%
B=35.73%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1311731690.2400.020.32174.2920.3959.61
Hex83ADA9180220ae143c
Octal2032552513002402562474
Binary100000111010110110101001110000101000001010111010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83ADA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,173,169); }

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

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

 a { background-color: rgb(131,173,169); }

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

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

 span { border-color: rgb(131,173,169); }

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