Html Css Color HEX #82AFA9 Gulf Stream

📋 copy color: '#82AFA9'

red 130 ◦ green 175 ◦ blue 169

#82AFA9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gulf Stream #82AFA9

Tints of Gulf Stream #82AFA9

RGB

 RED value IS 130 (51.17% from 255) = 27.43%

 GREEN value IS 175 (68.75% from 255) = 36.92%

 BLUE value IS 169 (66.41% from 255) = 35.65%

R = 27.43%
G = 36.92%
B = 35.65%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.03

 K value IS 0.31

RGB Variations

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

Color information

#82AFA9 (or 0x82AFA9) is known color: Gulf Stream. HEX triplet: 82, AF and A9. RGB value is (130,175,169). Sum of RGB (Red+Green+Blue) = 130+175+169=474 (62% of max value = 765). Red value is 130 (51.17% from 255 or 27.43% from 474); Green value is 175 (68.75% from 255 or 36.92% from 474); Blue value is 169 (66.41% from 255 or 35.65% from 474); Max value from RGB is 175 - color contains mainly: green. Hex color #82AFA9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #82AFA9 is #7D5056. Grayscale: #A0A0A0. Windows color (decimal): -8212567 or 11120514. OLE color: 11120514.

HSL color Cylindrical-coordinate representation of color #82AFA9: hue angle of 172º 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 #82AFA9 is Cyan = 0.26, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.31.

Color convert

RGB 130 175 169 -
CMYK 0.26 0 0.03 0.31
HSL 172º 0.22% 0.6% -
HSV(B) 172º 0.26% 0.69% -
XYZ 31.7 38.27 43.25 -
YUV 160.86 132.59 105.99 -
System Red Green Blue C M Y K H S L
Decimal 130 175 169 0.26 0 0.03 0.31 172 0.22 0.6
Hex 82 AF A9 1A 0 3 1F AC 16 3C
Octal 202 257 251 32 0 3 37 254 26 74
Binary 10000010 10101111 10101001 11010 0 11 11111 10101100 10110 111100

Color Harmonies of #82AFA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82AFA9

Black with #82AFA9

Text Example


Text Example

White with #82AFA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #82AFA9;
 }
 .AnyTagClassName
 {
   color: #82AFA9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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