#74BCA9

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

Shades of Gulf Stream #74BCA9

Tints of Gulf Stream #74BCA9

Color information

#74BCA9 (or 0x74BCA9) is unknown color: approx Gulf Stream. HEX triplet: 74, BC and A9. RGB value is (116,188,169). Sum of RGB (Red+Green+Blue) = 116+188+169=473 (62% of max value = 765). Red value is 116 (45.70% from 255 or 24.52% from 473); Green value is 188 (73.83% from 255 or 39.75% from 473); Blue value is 169 (66.41% from 255 or 35.73% from 473); Max value from RGB is 188 - color contains mainly: green. Hex color #74BCA9 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74BCA9 is #8B4356. Grayscale: #A4A4A4. Windows color (decimal): -9126743 or 11123828. OLE color: 11123828.

HSL color Cylindrical-coordinate representation of color #74BCA9: hue angle of 164.17º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #74BCA9 is Cyan = 0.38, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.26.

Color convert

RGB116188169-
CMYK0.3800.100.26
HSL164.17º34.95%59.61%-
HSV(B)164.17º38.3%73.73%-
XYZ32.3542.5444.04-
YUV164.31130.6593.54-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 24.52%
GREEN value IS 188 (73.83% from 255) = 39.75%
BLUE value IS 169 (66.41% from 255) = 35.73%
R=24.52%
G=39.75%
B=35.73%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1161881690.3800.100.26164.1734.9559.61
Hex74BCA9260A1Aa4233c
Octal16427425146012322444374
Binary11101001011110010101001100110010101101010100100100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74BCA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,188,169); }

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

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

 a { background-color: rgb(116,188,169); }

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

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

 span { border-color: rgb(116,188,169); }

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