#7AB7A7

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

Shades of Gulf Stream #7AB7A7

Tints of Gulf Stream #7AB7A7

Color information

#7AB7A7 (or 0x7AB7A7) is unknown color: approx Gulf Stream. HEX triplet: 7A, B7 and A7. RGB value is (122,183,167). Sum of RGB (Red+Green+Blue) = 122+183+167=472 (62% of max value = 765). Red value is 122 (48.05% from 255 or 25.85% from 472); Green value is 183 (71.88% from 255 or 38.77% from 472); Blue value is 167 (65.62% from 255 or 35.38% from 472); Max value from RGB is 183 - color contains mainly: green. Hex color #7AB7A7 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AB7A7 is #854858. Grayscale: #A2A2A2. Windows color (decimal): -8734809 or 10991482. OLE color: 10991482.

HSL color Cylindrical-coordinate representation of color #7AB7A7: hue angle of 164.26º degrees, saturation: 0.3, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7AB7A7 is Cyan = 0.33, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.28.

Color convert

RGB122183167-
CMYK0.3300.090.28
HSL164.26º29.76%59.8%-
HSV(B)164.26º33.33%71.76%-
XYZ31.9340.7942.75-
YUV162.94130.2998.8-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 25.85%
GREEN value IS 183 (71.88% from 255) = 38.77%
BLUE value IS 167 (65.62% from 255) = 35.38%
R=25.85%
G=38.77%
B=35.38%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1221831670.3300.090.28164.2629.7659.8
Hex7AB7A721091Ca41e3c
Octal17226724741011342443674
Binary1111010101101111010011110000101001111001010010011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AB7A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,183,167); }

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

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

 a { background-color: rgb(122,183,167); }

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

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

 span { border-color: rgb(122,183,167); }

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