#74B2AE

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

Shades of Gulf Stream #74B2AE

Tints of Gulf Stream #74B2AE

Color information

#74B2AE (or 0x74B2AE) is unknown color: approx Gulf Stream. HEX triplet: 74, B2 and AE. RGB value is (116,178,174). Sum of RGB (Red+Green+Blue) = 116+178+174=468 (61% of max value = 765). Red value is 116 (45.70% from 255 or 24.79% from 468); Green value is 178 (69.92% from 255 or 38.03% from 468); Blue value is 174 (68.36% from 255 or 37.18% from 468); Max value from RGB is 178 - color contains mainly: green. Hex color #74B2AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #74B2AE is #8B4D51. Grayscale: #9E9E9E. Windows color (decimal): -9129298 or 11448948. OLE color: 11448948.

HSL color Cylindrical-coordinate representation of color #74B2AE: hue angle of 176.13º degrees, saturation: 0.29, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #74B2AE is Cyan = 0.35, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.30.

Color convert

RGB116178174-
CMYK0.3500.020.30
HSL176.13º28.7%57.65%-
HSV(B)176.13º34.83%69.8%-
XYZ30.7638.6145.88-
YUV159.01136.4697.33-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 24.79%
GREEN value IS 178 (69.92% from 255) = 38.03%
BLUE value IS 174 (68.36% from 255) = 37.18%
R=24.79%
G=38.03%
B=37.18%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1161781740.3500.020.30176.1328.757.65
Hex74B2AE23021Eb01d3a
Octal1642622564302362603572
Binary11101001011001010101110100011010111101011000011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74B2AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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