#74BBAE

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

Shades of Gulf Stream #74BBAE

Tints of Gulf Stream #74BBAE

Color information

#74BBAE (or 0x74BBAE) is unknown color: approx Gulf Stream. HEX triplet: 74, BB and AE. RGB value is (116,187,174). Sum of RGB (Red+Green+Blue) = 116+187+174=477 (63% of max value = 765). Red value is 116 (45.70% from 255 or 24.32% from 477); Green value is 187 (73.44% from 255 or 39.20% from 477); Blue value is 174 (68.36% from 255 or 36.48% from 477); Max value from RGB is 187 - color contains mainly: green. Hex color #74BBAE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74BBAE is #8B4451. Grayscale: #A4A4A4. Windows color (decimal): -9126994 or 11451252. OLE color: 11451252.

HSL color Cylindrical-coordinate representation of color #74BBAE: hue angle of 169.01º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #74BBAE is Cyan = 0.38, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.27.

Color convert

RGB116187174-
CMYK0.3800.070.27
HSL169.01º34.3%59.41%-
HSV(B)169.01º37.97%73.33%-
XYZ32.6142.3146.49-
YUV164.29133.4893.56-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 24.32%
GREEN value IS 187 (73.44% from 255) = 39.20%
BLUE value IS 174 (68.36% from 255) = 36.48%
R=24.32%
G=39.20%
B=36.48%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1161871740.3800.070.27169.0134.359.41
Hex74BBAE26071Ba9223b
Octal1642732564607332514273
Binary1110100101110111010111010011001111101110101001100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74BBAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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