#74B3AB

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

Shades of Gulf Stream #74B3AB

Tints of Gulf Stream #74B3AB

Color information

#74B3AB (or 0x74B3AB) is unknown color: approx Gulf Stream. HEX triplet: 74, B3 and AB. RGB value is (116,179,171). Sum of RGB (Red+Green+Blue) = 116+179+171=466 (61% of max value = 765). Red value is 116 (45.70% from 255 or 24.89% from 466); Green value is 179 (70.31% from 255 or 38.41% from 466); Blue value is 171 (67.19% from 255 or 36.70% from 466); Max value from RGB is 179 - color contains mainly: green. Hex color #74B3AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74B3AB is #8B4C54. Grayscale: #9F9F9F. Windows color (decimal): -9129045 or 11252596. OLE color: 11252596.

HSL color Cylindrical-coordinate representation of color #74B3AB: hue angle of 172.38º 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 #74B3AB is Cyan = 0.35, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.30.

Color convert

RGB116179171-
CMYK0.3500.040.30
HSL172.38º29.3%57.84%-
HSV(B)172.38º35.2%70.2%-
XYZ30.6738.8944.42-
YUV159.25134.6397.15-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 24.89%
GREEN value IS 179 (70.31% from 255) = 38.41%
BLUE value IS 171 (67.19% from 255) = 36.70%
R=24.89%
G=38.41%
B=36.70%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1161791710.3500.040.30172.3829.357.84
Hex74B3AB23041Eac1d3a
Octal1642632534304362543572
Binary111010010110011101010111000110100111101010110011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74B3AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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