Html Css Color HEX #82ABA7 Gulf Stream

📋 copy color: '#82ABA7'

red 130 ◦ green 171 ◦ blue 167

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

Shades of Gulf Stream #82ABA7

Tints of Gulf Stream #82ABA7

RGB

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

 GREEN value IS 171 (67.19% from 255) = 36.54%

 BLUE value IS 167 (65.63% from 255) = 35.68%

R = 27.78%
G = 36.54%
B = 35.68%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.02

 K value IS 0.33

RGB Variations

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

Color information

#82ABA7 (or 0x82ABA7) is known color: Gulf Stream. HEX triplet: 82, AB and A7. RGB value is (130,171,167). Sum of RGB (Red+Green+Blue) = 130+171+167=468 (61% of max value = 765). Red value is 130 (51.17% from 255 or 27.78% from 468); Green value is 171 (67.19% from 255 or 36.54% from 468); Blue value is 167 (65.62% from 255 or 35.68% from 468); Max value from RGB is 171 - color contains mainly: green. Hex color #82ABA7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #82ABA7 is #7D5458. Grayscale: #9E9E9E. Windows color (decimal): -8213593 or 10988418. OLE color: 10988418.

HSL color Cylindrical-coordinate representation of color #82ABA7: hue angle of 174.15º degrees, saturation: 0.2, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #82ABA7 is Cyan = 0.24, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.33.

Color convert

RGB 130 171 167 -
CMYK 0.24 0 0.02 0.33
HSL 174.15º 0.2% 0.59% -
HSV(B) 174.15º 0.24% 0.67% -
XYZ 30.74 36.66 42.02 -
YUV 158.29 132.92 107.83 -
System Red Green Blue C M Y K H S L
Decimal 130 171 167 0.24 0 0.02 0.33 174.15 0.2 0.59
Hex 82 AB A7 18 0 2 21 AE 14 3B
Octal 202 253 247 30 0 2 41 256 24 73
Binary 10000010 10101011 10100111 11000 0 10 100001 10101110 10100 111011

Color Harmonies of #82ABA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82ABA7

Black with #82ABA7

Text Example


Text Example

White with #82ABA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,171,167); }

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

background-color css

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

 a { background-color: rgb(130,171,167); }

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

border-color css

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

 span { border-color: rgb(130,171,167); }

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