#7DB1AA

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

Shades of Gulf Stream #7DB1AA

Tints of Gulf Stream #7DB1AA

Color information

#7DB1AA (or 0x7DB1AA) is unknown color: approx Gulf Stream. HEX triplet: 7D, B1 and AA. RGB value is (125,177,170). Sum of RGB (Red+Green+Blue) = 125+177+170=472 (62% of max value = 765). Red value is 125 (49.22% from 255 or 26.48% from 472); Green value is 177 (69.53% from 255 or 37.5% from 472); Blue value is 170 (66.80% from 255 or 36.02% from 472); Max value from RGB is 177 - color contains mainly: green. Hex color #7DB1AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7DB1AA is #824E55. Grayscale: #A0A0A0. Windows color (decimal): -8539734 or 11186557. OLE color: 11186557.

HSL color Cylindrical-coordinate representation of color #7DB1AA: hue angle of 171.92º degrees, saturation: 0.25, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7DB1AA is Cyan = 0.29, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.31.

Color convert

RGB125177170-
CMYK0.2900.040.31
HSL171.92º25%59.22%-
HSV(B)171.92º29.38%69.41%-
XYZ31.4438.7143.84-
YUV160.65133.27102.57-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 26.48%
GREEN value IS 177 (69.53% from 255) = 37.5%
BLUE value IS 170 (66.80% from 255) = 36.02%
R=26.48%
G=37.5%
B=36.02%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1251771700.2900.040.31171.922559.22
Hex7DB1AA1D041Fac193b
Octal1752612523504372543173
Binary11111011011000110101010111010100111111010110011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DB1AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,177,170); }

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

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

 a { background-color: rgb(125,177,170); }

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

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

 span { border-color: rgb(125,177,170); }

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