#7db7af

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

Shades of Gulf Stream #7DB7AF

Tints of Gulf Stream #7DB7AF

Color information

#7DB7AF (or 0x7DB7AF) is unknown color: approx Gulf Stream. HEX triplet: 7D, B7 and AF. RGB value is (125,183,175). Sum of RGB (Red+Green+Blue) = 125+183+175=483 (63% of max value = 765). Red value is 125 (49.22% from 255 or 25.88% from 483); Green value is 183 (71.88% from 255 or 37.89% from 483); Blue value is 175 (68.75% from 255 or 36.23% from 483); Max value from RGB is 183 - color contains mainly: green. Hex color #7DB7AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DB7AF is #824850. Grayscale: #A4A4A4. Windows color (decimal): -8538193 or 11515773. OLE color: 11515773.

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

Color convert

RGB125183175-
CMYK0.3200.040.28
HSL171.72º28.71%60.39%-
HSV(B)171.72º31.69%71.76%-
XYZ33.1341.3246.79-
YUV164.75133.7899.65-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 25.88%
GREEN value IS 183 (71.88% from 255) = 37.89%
BLUE value IS 175 (68.75% from 255) = 36.23%
R=25.88%
G=37.89%
B=36.23%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1251831750.3200.040.28171.7228.7160.39
Hex7DB7AF20041Cac1d3c
Octal1752672574004342543574
Binary111110110110111101011111000000100111001010110011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7db7af

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,183,175); }

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

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

 a { background-color: rgb(125,183,175); }

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

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

 span { border-color: rgb(125,183,175); }

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