#7DB4AD

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

Shades of Gulf Stream #7DB4AD

Tints of Gulf Stream #7DB4AD

Color information

#7DB4AD (or 0x7DB4AD) is unknown color: approx Gulf Stream. HEX triplet: 7D, B4 and AD. RGB value is (125,180,173). Sum of RGB (Red+Green+Blue) = 125+180+173=478 (63% of max value = 765). Red value is 125 (49.22% from 255 or 26.15% from 478); Green value is 180 (70.70% from 255 or 37.66% from 478); Blue value is 173 (67.97% from 255 or 36.19% from 478); Max value from RGB is 180 - color contains mainly: green. Hex color #7DB4AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DB4AD is #824B52. Grayscale: #A2A2A2. Windows color (decimal): -8538963 or 11383933. OLE color: 11383933.

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

Color convert

RGB125180173-
CMYK0.3100.040.29
HSL172.36º26.83%59.8%-
HSV(B)172.36º30.56%70.59%-
XYZ32.3240.0245.56-
YUV162.76133.78101.07-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 26.15%
GREEN value IS 180 (70.70% from 255) = 37.66%
BLUE value IS 173 (67.97% from 255) = 36.19%
R=26.15%
G=37.66%
B=36.19%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1251801730.3100.040.29172.3626.8359.8
Hex7DB4AD1F041Dac1b3c
Octal1752642553704352543374
Binary11111011011010010101101111110100111011010110011011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DB4AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,180,173); }

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

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

 a { background-color: rgb(125,180,173); }

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

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

 span { border-color: rgb(125,180,173); }

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