#74B4AB

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

Shades of Gulf Stream #74B4AB

Tints of Gulf Stream #74B4AB

Color information

#74B4AB (or 0x74B4AB) is unknown color: approx Gulf Stream. HEX triplet: 74, B4 and AB. RGB value is (116,180,171). Sum of RGB (Red+Green+Blue) = 116+180+171=467 (61% of max value = 765). Red value is 116 (45.70% from 255 or 24.84% from 467); Green value is 180 (70.70% from 255 or 38.54% from 467); Blue value is 171 (67.19% from 255 or 36.62% from 467); Max value from RGB is 180 - color contains mainly: green. Hex color #74B4AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74B4AB is #8B4B54. Grayscale: #9F9F9F. Windows color (decimal): -9128789 or 11252852. OLE color: 11252852.

HSL color Cylindrical-coordinate representation of color #74B4AB: hue angle of 171.56º degrees, saturation: 0.3, 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 #74B4AB is Cyan = 0.36, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.29.

Color convert

RGB116180171-
CMYK0.3600.050.29
HSL171.56º29.91%58.04%-
HSV(B)171.56º35.56%70.59%-
XYZ30.8739.344.49-
YUV159.84134.396.73-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 24.84%
GREEN value IS 180 (70.70% from 255) = 38.54%
BLUE value IS 171 (67.19% from 255) = 36.62%
R=24.84%
G=38.54%
B=36.62%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1161801710.3600.050.29171.5629.9158.04
Hex74B4AB24051Dac1e3a
Octal1642642534405352543672
Binary111010010110100101010111001000101111011010110011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74B4AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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