#82AFAA

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

Shades of Gulf Stream #82AFAA

Tints of Gulf Stream #82AFAA

Color information

#82AFAA (or 0x82AFAA) is unknown color: approx Gulf Stream. HEX triplet: 82, AF and AA. RGB value is (130,175,170). Sum of RGB (Red+Green+Blue) = 130+175+170=475 (62% of max value = 765). Red value is 130 (51.17% from 255 or 27.37% from 475); Green value is 175 (68.75% from 255 or 36.84% from 475); Blue value is 170 (66.80% from 255 or 35.79% from 475); Max value from RGB is 175 - color contains mainly: green. Hex color #82AFAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #82AFAA is #7D5055. Grayscale: #A0A0A0. Windows color (decimal): -8212566 or 11186050. OLE color: 11186050.

HSL color Cylindrical-coordinate representation of color #82AFAA: hue angle of 173.33º degrees, saturation: 0.22, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #82AFAA is Cyan = 0.26, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.31.

Color convert

RGB130175170-
CMYK0.2600.030.31
HSL173.33º21.95%59.8%-
HSV(B)173.33º25.71%68.63%-
XYZ31.7938.3143.75-
YUV160.98133.09105.91-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 27.37%
GREEN value IS 175 (68.75% from 255) = 36.84%
BLUE value IS 170 (66.80% from 255) = 35.79%
R=27.37%
G=36.84%
B=35.79%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1301751700.2600.030.31173.3321.9559.8
Hex82AFAA1A031Fad163c
Octal2022572523203372552674
Binary10000010101011111010101011010011111111010110110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82AFAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82AFAA; }

 p { color: rgb(130,175,170); }

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

<style>
 a { background-color: #82AFAA; }

 a { background-color: rgb(130,175,170); }

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

<style>
 span { border-color: #82AFAA; }

 span { border-color: rgb(130,175,170); }

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