Html Css Color HEX #82B4AE Gulf Stream

📋 copy color: '#82B4AE'

red 130 ◦ green 180 ◦ blue 174

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

Shades of Gulf Stream #82B4AE

Tints of Gulf Stream #82B4AE

RGB

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

 GREEN value IS 180 (70.7% from 255) = 37.19%

 BLUE value IS 174 (68.36% from 255) = 35.95%

R = 26.86%
G = 37.19%
B = 35.95%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.03

 K value IS 0.29

RGB Variations

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

Color information

#82B4AE (or 0x82B4AE) is known color: Gulf Stream. HEX triplet: 82, B4 and AE. RGB value is (130,180,174). Sum of RGB (Red+Green+Blue) = 130+180+174=484 (64% of max value = 765). Red value is 130 (51.17% from 255 or 26.86% from 484); Green value is 180 (70.70% from 255 or 37.19% from 484); Blue value is 174 (68.36% from 255 or 35.95% from 484); Max value from RGB is 180 - color contains mainly: green. Hex color #82B4AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82B4AE is #7D4B51. Grayscale: #A4A4A4. Windows color (decimal): -8211282 or 11449474. OLE color: 11449474.

HSL color Cylindrical-coordinate representation of color #82B4AE: hue angle of 172.8º degrees, saturation: 0.25, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #82B4AE is Cyan = 0.28, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.29.

Color convert

RGB 130 180 174 -
CMYK 0.28 0 0.03 0.29
HSL 172.8º 0.25% 0.61% -
HSV(B) 172.8º 0.28% 0.71% -
XYZ 33.17 40.44 46.1 -
YUV 164.37 133.44 103.49 -
System Red Green Blue C M Y K H S L
Decimal 130 180 174 0.28 0 0.03 0.29 172.8 0.25 0.61
Hex 82 B4 AE 1C 0 3 1D AD 19 3D
Octal 202 264 256 34 0 3 35 255 31 75
Binary 10000010 10110100 10101110 11100 0 11 11101 10101101 11001 111101

Color Harmonies of #82B4AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82B4AE

Black with #82B4AE

Text Example


Text Example

White with #82B4AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,180,174); }

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

background-color css

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

 a { background-color: rgb(130,180,174); }

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

border-color css

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

 span { border-color: rgb(130,180,174); }

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