#7ABAAF

Color #7ABAAF Gulf Stream (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gulf Stream #7ABAAF

Tints of Gulf Stream #7ABAAF

Color information

#7ABAAF (or 0x7ABAAF) is unknown color: approx Gulf Stream. HEX triplet: 7A, BA and AF. RGB value is (122,186,175). Sum of RGB (Red+Green+Blue) = 122+186+175=483 (63% of max value = 765). Red value is 122 (48.05% from 255 or 25.26% from 483); Green value is 186 (73.05% from 255 or 38.51% from 483); Blue value is 175 (68.75% from 255 or 36.23% from 483); Max value from RGB is 186 - color contains mainly: green. Hex color #7ABAAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ABAAF is #854550. Grayscale: #A5A5A5. Windows color (decimal): -8734033 or 11516538. OLE color: 11516538.

HSL color Cylindrical-coordinate representation of color #7ABAAF: hue angle of 169.69º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7ABAAF is Cyan = 0.34, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB122186175-
CMYK0.3400.060.27
HSL169.69º31.68%60.39%-
HSV(B)169.69º34.41%72.94%-
XYZ33.3242.3546.98-
YUV165.61133.396.89-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 25.26%
GREEN value IS 186 (73.05% from 255) = 38.51%
BLUE value IS 175 (68.75% from 255) = 36.23%
R=25.26%
G=38.51%
B=36.23%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1221861750.3400.060.27169.6931.6860.39
Hex7ABAAF22061Baa203c
Octal1722722574206332524074
Binary1111010101110101010111110001001101101110101010100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ABAAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,186,175); }

 H1.HeaderClassName
 {
   color: #7ABAAF;
 }
 .AnyTagClassName
 {
   color: #7ABAAF;
 }
</style>
background-color css

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

 a { background-color: rgb(122,186,175); }

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

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

 span { border-color: rgb(122,186,175); }

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