Html Css Color HEX #7AAB9F Gulf Stream

📋 copy color: '#7AAB9F'

red 122 ◦ green 171 ◦ blue 159

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

Shades of Gulf Stream #7AAB9F

Tints of Gulf Stream #7AAB9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 35.18%

R = 26.99%
G = 37.83%
B = 35.18%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.07

 K value IS 0.33

RGB Variations

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

Color information

#7AAB9F (or 0x7AAB9F) is known color: Gulf Stream. HEX triplet: 7A, AB and 9F. RGB value is (122,171,159). Sum of RGB (Red+Green+Blue) = 122+171+159=452 (59% of max value = 765). Red value is 122 (48.05% from 255 or 26.99% from 452); Green value is 171 (67.19% from 255 or 37.83% from 452); Blue value is 159 (62.5% from 255 or 35.18% from 452); Max value from RGB is 171 - color contains mainly: green. Hex color #7AAB9F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7AAB9F is #855460. Grayscale: #9A9A9A. Windows color (decimal): -8737889 or 10464122. OLE color: 10464122.

HSL color Cylindrical-coordinate representation of color #7AAB9F: hue angle of 165.31º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7AAB9F is Cyan = 0.29, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.33.

Color convert

RGB 122 171 159 -
CMYK 0.29 0 0.07 0.33
HSL 165.31º 0.23% 0.57% -
HSV(B) 165.31º 0.29% 0.67% -
XYZ 28.85 35.77 38.18 -
YUV 154.98 130.27 104.48 -
System Red Green Blue C M Y K H S L
Decimal 122 171 159 0.29 0 0.07 0.33 165.31 0.23 0.57
Hex 7A AB 9F 1D 0 7 21 A5 17 39
Octal 172 253 237 35 0 7 41 245 27 71
Binary 1111010 10101011 10011111 11101 0 111 100001 10100101 10111 111001

Color Harmonies of #7AAB9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AAB9F

Black with #7AAB9F

Text Example


Text Example

White with #7AAB9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,171,159); }

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

background-color css

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

 a { background-color: rgb(122,171,159); }

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

border-color css

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

 span { border-color: rgb(122,171,159); }

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