#74B6AB

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

Shades of Gulf Stream #74B6AB

Tints of Gulf Stream #74B6AB

Color information

#74B6AB (or 0x74B6AB) is unknown color: approx Gulf Stream. HEX triplet: 74, B6 and AB. RGB value is (116,182,171). Sum of RGB (Red+Green+Blue) = 116+182+171=469 (62% of max value = 765). Red value is 116 (45.70% from 255 or 24.73% from 469); Green value is 182 (71.48% from 255 or 38.81% from 469); Blue value is 171 (67.19% from 255 or 36.46% from 469); Max value from RGB is 182 - color contains mainly: green. Hex color #74B6AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74B6AB is #8B4954. Grayscale: #A0A0A0. Windows color (decimal): -9128277 or 11253364. OLE color: 11253364.

HSL color Cylindrical-coordinate representation of color #74B6AB: hue angle of 170º degrees, saturation: 0.31, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #74B6AB is Cyan = 0.36, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.29.

Color convert

RGB116182171-
CMYK0.3600.060.29
HSL170º31.13%58.43%-
HSV(B)170º36.26%71.37%-
XYZ31.2840.1144.62-
YUV161.01133.6395.89-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 24.73%
GREEN value IS 182 (71.48% from 255) = 38.81%
BLUE value IS 171 (67.19% from 255) = 36.46%
R=24.73%
G=38.81%
B=36.46%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1161821710.3600.060.2917031.1358.43
Hex74B6AB24061Daa1f3a
Octal1642662534406352523772
Binary111010010110110101010111001000110111011010101011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74B6AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,182,171); }

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

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

 a { background-color: rgb(116,182,171); }

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

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

 span { border-color: rgb(116,182,171); }

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