#73BCAF

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

Shades of Gulf Stream #73BCAF

Tints of Gulf Stream #73BCAF

Color information

#73BCAF (or 0x73BCAF) is unknown color: approx Gulf Stream. HEX triplet: 73, BC and AF. RGB value is (115,188,175). Sum of RGB (Red+Green+Blue) = 115+188+175=478 (63% of max value = 765). Red value is 115 (45.31% from 255 or 24.06% from 478); Green value is 188 (73.83% from 255 or 39.33% from 478); Blue value is 175 (68.75% from 255 or 36.61% from 478); Max value from RGB is 188 - color contains mainly: green. Hex color #73BCAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73BCAF is #8C4350. Grayscale: #A4A4A4. Windows color (decimal): -9192273 or 11517043. OLE color: 11517043.

HSL color Cylindrical-coordinate representation of color #73BCAF: hue angle of 169.32º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #73BCAF is Cyan = 0.39, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.26.

Color convert

RGB115188175-
CMYK0.3900.070.26
HSL169.32º35.27%59.41%-
HSV(B)169.32º38.83%73.73%-
XYZ32.7942.7147.07-
YUV164.69133.8292.56-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 24.06%
GREEN value IS 188 (73.83% from 255) = 39.33%
BLUE value IS 175 (68.75% from 255) = 36.61%
R=24.06%
G=39.33%
B=36.61%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1151881750.3900.070.26169.3235.2759.41
Hex73BCAF27071Aa9233b
Octal1632742574707322514373
Binary1110011101111001010111110011101111101010101001100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73BCAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73BCAF; }

 p { color: rgb(115,188,175); }

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

<style>
 a { background-color: #73BCAF; }

 a { background-color: rgb(115,188,175); }

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

<style>
 span { border-color: #73BCAF; }

 span { border-color: rgb(115,188,175); }

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