#7DB4AB

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

Shades of Gulf Stream #7DB4AB

Tints of Gulf Stream #7DB4AB

Color information

#7DB4AB (or 0x7DB4AB) is unknown color: approx Gulf Stream. HEX triplet: 7D, B4 and AB. RGB value is (125,180,171). Sum of RGB (Red+Green+Blue) = 125+180+171=476 (63% of max value = 765). Red value is 125 (49.22% from 255 or 26.26% from 476); Green value is 180 (70.70% from 255 or 37.82% from 476); Blue value is 171 (67.19% from 255 or 35.92% from 476); Max value from RGB is 180 - color contains mainly: green. Hex color #7DB4AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DB4AB is #824B54. Grayscale: #A2A2A2. Windows color (decimal): -8538965 or 11252861. OLE color: 11252861.

HSL color Cylindrical-coordinate representation of color #7DB4AB: hue angle of 170.18º 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 #7DB4AB is Cyan = 0.31, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.29.

Color convert

RGB125180171-
CMYK0.3100.050.29
HSL170.18º26.83%59.8%-
HSV(B)170.18º30.56%70.59%-
XYZ32.1339.9444.54-
YUV162.53132.78101.23-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 26.26%
GREEN value IS 180 (70.70% from 255) = 37.82%
BLUE value IS 171 (67.19% from 255) = 35.92%
R=26.26%
G=37.82%
B=35.92%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1251801710.3100.050.29170.1826.8359.8
Hex7DB4AB1F051Daa1b3c
Octal1752642533705352523374
Binary11111011011010010101011111110101111011010101011011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DB4AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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