Html Css Color HEX #81ADA8 Gulf Stream

📋 copy color: '#81ADA8'

red 129 ◦ green 173 ◦ blue 168

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

Shades of Gulf Stream #81ADA8

Tints of Gulf Stream #81ADA8

RGB

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

 GREEN value IS 173 (67.97% from 255) = 36.81%

 BLUE value IS 168 (66.02% from 255) = 35.74%

R = 27.45%
G = 36.81%
B = 35.74%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.03

 K value IS 0.32

RGB Variations

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

Color information

#81ADA8 (or 0x81ADA8) is known color: Gulf Stream. HEX triplet: 81, AD and A8. RGB value is (129,173,168). Sum of RGB (Red+Green+Blue) = 129+173+168=470 (62% of max value = 765). Red value is 129 (50.78% from 255 or 27.45% from 470); Green value is 173 (67.97% from 255 or 36.81% from 470); Blue value is 168 (66.02% from 255 or 35.74% from 470); Max value from RGB is 173 - color contains mainly: green. Hex color #81ADA8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #81ADA8 is #7E5257. Grayscale: #9F9F9F. Windows color (decimal): -8278616 or 11054465. OLE color: 11054465.

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

Color convert

RGB 129 173 168 -
CMYK 0.25 0 0.03 0.32
HSL 173.18º 0.21% 0.59% -
HSV(B) 173.18º 0.25% 0.68% -
XYZ 31.06 37.38 42.62 -
YUV 159.27 132.92 106.41 -
System Red Green Blue C M Y K H S L
Decimal 129 173 168 0.25 0 0.03 0.32 173.18 0.21 0.59
Hex 81 AD A8 19 0 3 20 AD 15 3B
Octal 201 255 250 31 0 3 40 255 25 73
Binary 10000001 10101101 10101000 11001 0 11 100000 10101101 10101 111011

Color Harmonies of #81ADA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81ADA8

Black with #81ADA8

Text Example


Text Example

White with #81ADA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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