#74B1AE

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

Shades of Gulf Stream #74B1AE

Tints of Gulf Stream #74B1AE

Color information

#74B1AE (or 0x74B1AE) is unknown color: approx Gulf Stream. HEX triplet: 74, B1 and AE. RGB value is (116,177,174). Sum of RGB (Red+Green+Blue) = 116+177+174=467 (61% of max value = 765). Red value is 116 (45.70% from 255 or 24.84% from 467); Green value is 177 (69.53% from 255 or 37.90% from 467); Blue value is 174 (68.36% from 255 or 37.26% from 467); Max value from RGB is 177 - color contains mainly: green. Hex color #74B1AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #74B1AE is #8B4E51. Grayscale: #9E9E9E. Windows color (decimal): -9129554 or 11448692. OLE color: 11448692.

HSL color Cylindrical-coordinate representation of color #74B1AE: hue angle of 177.05º degrees, saturation: 0.28, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #74B1AE is Cyan = 0.34, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.31.

Color convert

RGB116177174-
CMYK0.3400.020.31
HSL177.05º28.11%57.45%-
HSV(B)177.05º34.46%69.41%-
XYZ30.5638.2145.81-
YUV158.42136.7997.74-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 24.84%
GREEN value IS 177 (69.53% from 255) = 37.90%
BLUE value IS 174 (68.36% from 255) = 37.26%
R=24.84%
G=37.90%
B=37.26%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1161771740.3400.020.31177.0528.1157.45
Hex74B1AE22021Fb11c39
Octal1642612564202372613471
Binary11101001011000110101110100010010111111011000111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74B1AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,177,174); }

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

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

 a { background-color: rgb(116,177,174); }

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

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

 span { border-color: rgb(116,177,174); }

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