#7DACA6

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

Shades of Gulf Stream #7DACA6

Tints of Gulf Stream #7DACA6

Color information

#7DACA6 (or 0x7DACA6) is unknown color: approx Gulf Stream. HEX triplet: 7D, AC and A6. RGB value is (125,172,166). Sum of RGB (Red+Green+Blue) = 125+172+166=463 (61% of max value = 765). Red value is 125 (49.22% from 255 or 27.00% from 463); Green value is 172 (67.58% from 255 or 37.15% from 463); Blue value is 166 (65.23% from 255 or 35.85% from 463); Max value from RGB is 172 - color contains mainly: green. Hex color #7DACA6 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7DACA6 is #825359. Grayscale: #9D9D9D. Windows color (decimal): -8541018 or 10923133. OLE color: 10923133.

HSL color Cylindrical-coordinate representation of color #7DACA6: hue angle of 172.34º degrees, saturation: 0.22, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7DACA6 is Cyan = 0.27, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.33.

Color convert

RGB125172166-
CMYK0.2700.030.33
HSL172.34º22.07%58.24%-
HSV(B)172.34º27.33%67.45%-
XYZ30.0936.6241.56-
YUV157.26132.93104.99-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 27.00%
GREEN value IS 172 (67.58% from 255) = 37.15%
BLUE value IS 166 (65.23% from 255) = 35.85%
R=27.00%
G=37.15%
B=35.85%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1251721660.2700.030.33172.3422.0758.24
Hex7DACA61B0321ac163a
Octal1752542463303412542672
Binary11111011010110010100110110110111000011010110010110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DACA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,172,166); }

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

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

 a { background-color: rgb(125,172,166); }

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

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

 span { border-color: rgb(125,172,166); }

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