#74AD9F

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

Shades of Gulf Stream #74AD9F

Tints of Gulf Stream #74AD9F

Color information

#74AD9F (or 0x74AD9F) is unknown color: approx Gulf Stream. HEX triplet: 74, AD and 9F. RGB value is (116,173,159). Sum of RGB (Red+Green+Blue) = 116+173+159=448 (59% of max value = 765). Red value is 116 (45.70% from 255 or 25.89% from 448); Green value is 173 (67.97% from 255 or 38.62% from 448); Blue value is 159 (62.5% from 255 or 35.49% from 448); Max value from RGB is 173 - color contains mainly: green. Hex color #74AD9F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #74AD9F is #8B5260. Grayscale: #9A9A9A. Windows color (decimal): -9130593 or 10464628. OLE color: 10464628.

HSL color Cylindrical-coordinate representation of color #74AD9F: hue angle of 165.26º degrees, saturation: 0.26, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #74AD9F is Cyan = 0.33, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.32.

Color convert

RGB116173159-
CMYK0.3300.080.32
HSL165.26º25.79%56.67%-
HSV(B)165.26º32.95%67.84%-
XYZ28.436.138.27-
YUV154.36130.62100.64-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 25.89%
GREEN value IS 173 (67.97% from 255) = 38.62%
BLUE value IS 159 (62.5% from 255) = 35.49%
R=25.89%
G=38.62%
B=35.49%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1161731590.3300.080.32165.2625.7956.67
Hex74AD9F210820a51a39
Octal16425523741010402453271
Binary11101001010110110011111100001010001000001010010111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74AD9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74AD9F; }

 p { color: rgb(116,173,159); }

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

<style>
 a { background-color: #74AD9F; }

 a { background-color: rgb(116,173,159); }

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

<style>
 span { border-color: #74AD9F; }

 span { border-color: rgb(116,173,159); }

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