#7DB9AE

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

Shades of Gulf Stream #7DB9AE

Tints of Gulf Stream #7DB9AE

Color information

#7DB9AE (or 0x7DB9AE) is unknown color: approx Gulf Stream. HEX triplet: 7D, B9 and AE. RGB value is (125,185,174). Sum of RGB (Red+Green+Blue) = 125+185+174=484 (64% of max value = 765). Red value is 125 (49.22% from 255 or 25.83% from 484); Green value is 185 (72.66% from 255 or 38.22% from 484); Blue value is 174 (68.36% from 255 or 35.95% from 484); Max value from RGB is 185 - color contains mainly: green. Hex color #7DB9AE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DB9AE is #824651. Grayscale: #A5A5A5. Windows color (decimal): -8537682 or 11450749. OLE color: 11450749.

HSL color Cylindrical-coordinate representation of color #7DB9AE: hue angle of 169º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7DB9AE is Cyan = 0.32, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB125185174-
CMYK0.3200.060.27
HSL169º30%60.78%-
HSV(B)169º32.43%72.55%-
XYZ33.4542.1146.41-
YUV165.81132.6298.89-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 25.83%
GREEN value IS 185 (72.66% from 255) = 38.22%
BLUE value IS 174 (68.36% from 255) = 35.95%
R=25.83%
G=38.22%
B=35.95%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1251851740.3200.060.271693060.78
Hex7DB9AE20061Ba91e3d
Octal1752712564006332513675
Binary111110110111001101011101000000110110111010100111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DB9AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,185,174); }

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

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

 a { background-color: rgb(125,185,174); }

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

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

 span { border-color: rgb(125,185,174); }

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