#7ABBAB

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

Shades of Gulf Stream #7ABBAB

Tints of Gulf Stream #7ABBAB

Color information

#7ABBAB (or 0x7ABBAB) is unknown color: approx Gulf Stream. HEX triplet: 7A, BB and AB. RGB value is (122,187,171). Sum of RGB (Red+Green+Blue) = 122+187+171=480 (63% of max value = 765). Red value is 122 (48.05% from 255 or 25.42% from 480); Green value is 187 (73.44% from 255 or 38.96% from 480); Blue value is 171 (67.19% from 255 or 35.62% from 480); Max value from RGB is 187 - color contains mainly: green. Hex color #7ABBAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ABBAB is #854454. Grayscale: #A5A5A5. Windows color (decimal): -8733781 or 11254650. OLE color: 11254650.

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

Color convert

RGB122187171-
CMYK0.3500.090.27
HSL165.23º32.34%60.59%-
HSV(B)165.23º34.76%73.33%-
XYZ33.1542.6245.01-
YUV165.74130.9796.8-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 25.42%
GREEN value IS 187 (73.44% from 255) = 38.96%
BLUE value IS 171 (67.19% from 255) = 35.62%
R=25.42%
G=38.96%
B=35.62%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1221871710.3500.090.27165.2332.3460.59
Hex7ABBAB23091Ba5203d
Octal17227325343011332454075
Binary11110101011101110101011100011010011101110100101100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ABBAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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