Html Css Color HEX #82A9A5 Gulf Stream

📋 copy color: '#82A9A5'

red 130 ◦ green 169 ◦ blue 165

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

Shades of Gulf Stream #82A9A5

Tints of Gulf Stream #82A9A5

RGB

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

 GREEN value IS 169 (66.41% from 255) = 36.42%

 BLUE value IS 165 (64.84% from 255) = 35.56%

R = 28.02%
G = 36.42%
B = 35.56%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.02

 K value IS 0.34

RGB Variations

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

Color information

#82A9A5 (or 0x82A9A5) is known color: Gulf Stream. HEX triplet: 82, A9 and A5. RGB value is (130,169,165). Sum of RGB (Red+Green+Blue) = 130+169+165=464 (61% of max value = 765). Red value is 130 (51.17% from 255 or 28.02% from 464); Green value is 169 (66.41% from 255 or 36.42% from 464); Blue value is 165 (64.84% from 255 or 35.56% from 464); Max value from RGB is 169 - color contains mainly: green. Hex color #82A9A5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #82A9A5 is #7D565A. Grayscale: #9C9C9C. Windows color (decimal): -8214107 or 10856834. OLE color: 10856834.

HSL color Cylindrical-coordinate representation of color #82A9A5: hue angle of 173.85º degrees, saturation: 0.18, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #82A9A5 is Cyan = 0.23, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.34.

Color convert

RGB 130 169 165 -
CMYK 0.23 0 0.02 0.34
HSL 173.85º 0.18% 0.59% -
HSV(B) 173.85º 0.23% 0.66% -
XYZ 30.19 35.84 40.92 -
YUV 156.88 132.58 108.83 -
System Red Green Blue C M Y K H S L
Decimal 130 169 165 0.23 0 0.02 0.34 173.85 0.18 0.59
Hex 82 A9 A5 17 0 2 22 AE 12 3B
Octal 202 251 245 27 0 2 42 256 22 73
Binary 10000010 10101001 10100101 10111 0 10 100010 10101110 10010 111011

Color Harmonies of #82A9A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82A9A5

Black with #82A9A5

Text Example


Text Example

White with #82A9A5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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