Html Css Color HEX #82B2AA Gulf Stream

📋 copy color: '#82B2AA'

red 130 ◦ green 178 ◦ blue 170

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

Shades of Gulf Stream #82B2AA

Tints of Gulf Stream #82B2AA

RGB

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

 GREEN value IS 178 (69.92% from 255) = 37.24%

 BLUE value IS 170 (66.8% from 255) = 35.56%

R = 27.2%
G = 37.24%
B = 35.56%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.04

 K value IS 0.30

RGB Variations

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

Color information

#82B2AA (or 0x82B2AA) is known color: Gulf Stream. HEX triplet: 82, B2 and AA. RGB value is (130,178,170). Sum of RGB (Red+Green+Blue) = 130+178+170=478 (63% of max value = 765). Red value is 130 (51.17% from 255 or 27.20% from 478); Green value is 178 (69.92% from 255 or 37.24% from 478); Blue value is 170 (66.80% from 255 or 35.56% from 478); Max value from RGB is 178 - color contains mainly: green. Hex color #82B2AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #82B2AA is #7D4D55. Grayscale: #A2A2A2. Windows color (decimal): -8211798 or 11186818. OLE color: 11186818.

HSL color Cylindrical-coordinate representation of color #82B2AA: hue angle of 170º degrees, saturation: 0.24, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #82B2AA is Cyan = 0.27, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.30.

Color convert

RGB 130 178 170 -
CMYK 0.27 0 0.04 0.30
HSL 170º 0.24% 0.6% -
HSV(B) 170º 0.27% 0.7% -
XYZ 32.38 39.49 43.95 -
YUV 162.74 132.1 104.65 -
System Red Green Blue C M Y K H S L
Decimal 130 178 170 0.27 0 0.04 0.30 170 0.24 0.6
Hex 82 B2 AA 1B 0 4 1E AA 18 3C
Octal 202 262 252 33 0 4 36 252 30 74
Binary 10000010 10110010 10101010 11011 0 100 11110 10101010 11000 111100

Color Harmonies of #82B2AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82B2AA

Black with #82B2AA

Text Example


Text Example

White with #82B2AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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