#7DB3AB

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

Shades of Gulf Stream #7DB3AB

Tints of Gulf Stream #7DB3AB

Color information

#7DB3AB (or 0x7DB3AB) is unknown color: approx Gulf Stream. HEX triplet: 7D, B3 and AB. RGB value is (125,179,171). Sum of RGB (Red+Green+Blue) = 125+179+171=475 (62% of max value = 765). Red value is 125 (49.22% from 255 or 26.32% from 475); Green value is 179 (70.31% from 255 or 37.68% from 475); Blue value is 171 (67.19% from 255 or 36% from 475); Max value from RGB is 179 - color contains mainly: green. Hex color #7DB3AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DB3AB is #824C54. Grayscale: #A1A1A1. Windows color (decimal): -8539221 or 11252605. OLE color: 11252605.

HSL color Cylindrical-coordinate representation of color #7DB3AB: hue angle of 171.11º degrees, saturation: 0.26, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7DB3AB is Cyan = 0.30, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.30.

Color convert

RGB125179171-
CMYK0.3000.040.30
HSL171.11º26.21%59.61%-
HSV(B)171.11º30.17%70.2%-
XYZ31.9339.5444.48-
YUV161.94133.11101.65-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 26.32%
GREEN value IS 179 (70.31% from 255) = 37.68%
BLUE value IS 171 (67.19% from 255) = 36%
R=26.32%
G=37.68%
B=36%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1251791710.3000.040.30171.1126.2159.61
Hex7DB3AB1E041Eab1a3c
Octal1752632533604362533274
Binary11111011011001110101011111100100111101010101111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DB3AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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