#74B4AD

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

Shades of Gulf Stream #74B4AD

Tints of Gulf Stream #74B4AD

Color information

#74B4AD (or 0x74B4AD) is unknown color: approx Gulf Stream. HEX triplet: 74, B4 and AD. RGB value is (116,180,173). Sum of RGB (Red+Green+Blue) = 116+180+173=469 (62% of max value = 765). Red value is 116 (45.70% from 255 or 24.73% from 469); Green value is 180 (70.70% from 255 or 38.38% from 469); Blue value is 173 (67.97% from 255 or 36.89% from 469); Max value from RGB is 180 - color contains mainly: green. Hex color #74B4AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74B4AD is #8B4B52. Grayscale: #A0A0A0. Windows color (decimal): -9128787 or 11383924. OLE color: 11383924.

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

Color convert

RGB116180173-
CMYK0.3600.040.29
HSL173.44º29.91%58.04%-
HSV(B)173.44º35.56%70.59%-
XYZ31.0739.3745.5-
YUV160.07135.396.57-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 24.73%
GREEN value IS 180 (70.70% from 255) = 38.38%
BLUE value IS 173 (67.97% from 255) = 36.89%
R=24.73%
G=38.38%
B=36.89%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1161801730.3600.040.29173.4429.9158.04
Hex74B4AD24041Dad1e3a
Octal1642642554404352553672
Binary111010010110100101011011001000100111011010110111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74B4AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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