Html Css Color HEX #81B4AD Gulf Stream

📋 copy color: '#81B4AD'

red 129 ◦ green 180 ◦ blue 173

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

Shades of Gulf Stream #81B4AD

Tints of Gulf Stream #81B4AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 35.89%

R = 26.76%
G = 37.34%
B = 35.89%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.04

 K value IS 0.29

RGB Variations

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

Color information

#81B4AD (or 0x81B4AD) is known color: Gulf Stream. HEX triplet: 81, B4 and AD. RGB value is (129,180,173). Sum of RGB (Red+Green+Blue) = 129+180+173=482 (63% of max value = 765). Red value is 129 (50.78% from 255 or 26.76% from 482); Green value is 180 (70.70% from 255 or 37.34% from 482); Blue value is 173 (67.97% from 255 or 35.89% from 482); Max value from RGB is 180 - color contains mainly: green. Hex color #81B4AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81B4AD is #7E4B52. Grayscale: #A3A3A3. Windows color (decimal): -8276819 or 11383937. OLE color: 11383937.

HSL color Cylindrical-coordinate representation of color #81B4AD: hue angle of 171.76º 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 #81B4AD is Cyan = 0.28, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.29.

Color convert

RGB 129 180 173 -
CMYK 0.28 0 0.04 0.29
HSL 171.76º 0.25% 0.61% -
HSV(B) 171.76º 0.28% 0.71% -
XYZ 32.92 40.33 45.58 -
YUV 163.95 133.1 103.07 -
System Red Green Blue C M Y K H S L
Decimal 129 180 173 0.28 0 0.04 0.29 171.76 0.25 0.61
Hex 81 B4 AD 1C 0 4 1D AC 19 3D
Octal 201 264 255 34 0 4 35 254 31 75
Binary 10000001 10110100 10101101 11100 0 100 11101 10101100 11001 111101

Color Harmonies of #81B4AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81B4AD

Black with #81B4AD

Text Example


Text Example

White with #81B4AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,180,173); }

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

background-color css

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

 a { background-color: rgb(129,180,173); }

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

border-color css

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

 span { border-color: rgb(129,180,173); }

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