#74ACA1

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

Shades of Gulf Stream #74ACA1

Tints of Gulf Stream #74ACA1

Color information

#74ACA1 (or 0x74ACA1) is unknown color: approx Gulf Stream. HEX triplet: 74, AC and A1. RGB value is (116,172,161). Sum of RGB (Red+Green+Blue) = 116+172+161=449 (59% of max value = 765). Red value is 116 (45.70% from 255 or 25.84% from 449); Green value is 172 (67.58% from 255 or 38.31% from 449); Blue value is 161 (63.28% from 255 or 35.86% from 449); Max value from RGB is 172 - color contains mainly: green. Hex color #74ACA1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #74ACA1 is #8B535E. Grayscale: #999999. Windows color (decimal): -9130847 or 10595444. OLE color: 10595444.

HSL color Cylindrical-coordinate representation of color #74ACA1: hue angle of 168.21º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #74ACA1 is Cyan = 0.33, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.33.

Color convert

RGB116172161-
CMYK0.3300.060.33
HSL168.21º25.23%56.47%-
HSV(B)168.21º32.56%67.45%-
XYZ28.3935.7939.13-
YUV154131.95100.89-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 25.84%
GREEN value IS 172 (67.58% from 255) = 38.31%
BLUE value IS 161 (63.28% from 255) = 35.86%
R=25.84%
G=38.31%
B=35.86%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1161721610.3300.060.33168.2125.2356.47
Hex74ACA1210621a81938
Octal1642542414106412503170
Binary1110100101011001010000110000101101000011010100011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74ACA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,172,161); }

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

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

 a { background-color: rgb(116,172,161); }

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

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

 span { border-color: rgb(116,172,161); }

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