Html Css Color HEX #81ABA6 Gulf Stream

📋 copy color: '#81ABA6'

red 129 ◦ green 171 ◦ blue 166

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

Shades of Gulf Stream #81ABA6

Tints of Gulf Stream #81ABA6

RGB

 RED value IS 129 (50.78% from 255) = 27.68%

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

 BLUE value IS 166 (65.23% from 255) = 35.62%

R = 27.68%
G = 36.7%
B = 35.62%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.03

 K value IS 0.33

RGB Variations

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

Color information

#81ABA6 (or 0x81ABA6) is known color: Gulf Stream. HEX triplet: 81, AB and A6. RGB value is (129,171,166). Sum of RGB (Red+Green+Blue) = 129+171+166=466 (61% of max value = 765). Red value is 129 (50.78% from 255 or 27.68% from 466); Green value is 171 (67.19% from 255 or 36.70% from 466); Blue value is 166 (65.23% from 255 or 35.62% from 466); Max value from RGB is 171 - color contains mainly: green. Hex color #81ABA6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #81ABA6 is #7E5459. Grayscale: #9D9D9D. Windows color (decimal): -8279130 or 10922881. OLE color: 10922881.

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

Color convert

RGB 129 171 166 -
CMYK 0.25 0 0.03 0.33
HSL 172.86º 0.2% 0.59% -
HSV(B) 172.86º 0.25% 0.67% -
XYZ 30.5 36.55 41.52 -
YUV 157.87 132.59 107.41 -
System Red Green Blue C M Y K H S L
Decimal 129 171 166 0.25 0 0.03 0.33 172.86 0.2 0.59
Hex 81 AB A6 19 0 3 21 AD 14 3B
Octal 201 253 246 31 0 3 41 255 24 73
Binary 10000001 10101011 10100110 11001 0 11 100001 10101101 10100 111011

Color Harmonies of #81ABA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81ABA6

Black with #81ABA6

Text Example


Text Example

White with #81ABA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #81ABA6; }

 p { color: rgb(129,171,166); }

 H1.HeaderClassName
 {
   color: #81ABA6;
 }
 .AnyTagClassName
 {
   color: #81ABA6;
 }
</style>

background-color css

<style>
 a { background-color: #81ABA6; }

 a { background-color: rgb(129,171,166); }

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

border-color css

<style>
 span { border-color: #81ABA6; }

 span { border-color: rgb(129,171,166); }

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