#7ABAAD

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

Shades of Gulf Stream #7ABAAD

Tints of Gulf Stream #7ABAAD

Color information

#7ABAAD (or 0x7ABAAD) is unknown color: approx Gulf Stream. HEX triplet: 7A, BA and AD. RGB value is (122,186,173). Sum of RGB (Red+Green+Blue) = 122+186+173=481 (63% of max value = 765). Red value is 122 (48.05% from 255 or 25.36% from 481); Green value is 186 (73.05% from 255 or 38.67% from 481); Blue value is 173 (67.97% from 255 or 35.97% from 481); Max value from RGB is 186 - color contains mainly: green. Hex color #7ABAAD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ABAAD is #854552. Grayscale: #A5A5A5. Windows color (decimal): -8734035 or 11385466. OLE color: 11385466.

HSL color Cylindrical-coordinate representation of color #7ABAAD: hue angle of 167.81º 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 #7ABAAD is Cyan = 0.34, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.27.

Color convert

RGB122186173-
CMYK0.3400.070.27
HSL167.81º31.68%60.39%-
HSV(B)167.81º34.41%72.94%-
XYZ33.1342.2745.95-
YUV165.38132.397.06-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 25.36%
GREEN value IS 186 (73.05% from 255) = 38.67%
BLUE value IS 173 (67.97% from 255) = 35.97%
R=25.36%
G=38.67%
B=35.97%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1221861730.3400.070.27167.8131.6860.39
Hex7ABAAD22071Ba8203c
Octal1722722554207332504074
Binary1111010101110101010110110001001111101110101000100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ABAAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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