Html Css Color HEX #7AB1AA Gulf Stream

📋 copy color: '#7AB1AA'

red 122 ◦ green 177 ◦ blue 170

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

Shades of Gulf Stream #7AB1AA

Tints of Gulf Stream #7AB1AA

RGB

 RED value IS 122 (48.05% from 255) = 26.01%

 GREEN value IS 177 (69.53% from 255) = 37.74%

 BLUE value IS 170 (66.8% from 255) = 36.25%

R = 26.01%
G = 37.74%
B = 36.25%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.04

 K value IS 0.31

RGB Variations

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

Color information

#7AB1AA (or 0x7AB1AA) is known color: Gulf Stream. HEX triplet: 7A, B1 and AA. RGB value is (122,177,170). Sum of RGB (Red+Green+Blue) = 122+177+170=469 (62% of max value = 765). Red value is 122 (48.05% from 255 or 26.01% from 469); Green value is 177 (69.53% from 255 or 37.74% from 469); Blue value is 170 (66.80% from 255 or 36.25% from 469); Max value from RGB is 177 - color contains mainly: green. Hex color #7AB1AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7AB1AA is #854E55. Grayscale: #9F9F9F. Windows color (decimal): -8736342 or 11186554. OLE color: 11186554.

HSL color Cylindrical-coordinate representation of color #7AB1AA: hue angle of 172.36º degrees, saturation: 0.26, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7AB1AA is Cyan = 0.31, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.31.

Color convert

RGB 122 177 170 -
CMYK 0.31 0 0.04 0.31
HSL 172.36º 0.26% 0.59% -
HSV(B) 172.36º 0.31% 0.69% -
XYZ 31 38.48 43.82 -
YUV 159.76 133.78 101.07 -
System Red Green Blue C M Y K H S L
Decimal 122 177 170 0.31 0 0.04 0.31 172.36 0.26 0.59
Hex 7A B1 AA 1F 0 4 1F AC 1A 3B
Octal 172 261 252 37 0 4 37 254 32 73
Binary 1111010 10110001 10101010 11111 0 100 11111 10101100 11010 111011

Color Harmonies of #7AB1AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AB1AA

Black with #7AB1AA

Text Example


Text Example

White with #7AB1AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7AB1AA; }

 p { color: rgb(122,177,170); }

 H1.HeaderClassName
 {
   color: #7AB1AA;
 }
 .AnyTagClassName
 {
   color: #7AB1AA;
 }
</style>

background-color css

<style>
 a { background-color: #7AB1AA; }

 a { background-color: rgb(122,177,170); }

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

border-color css

<style>
 span { border-color: #7AB1AA; }

 span { border-color: rgb(122,177,170); }

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