#73BBAF

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

Shades of Gulf Stream #73BBAF

Tints of Gulf Stream #73BBAF

Color information

#73BBAF (or 0x73BBAF) is unknown color: approx Gulf Stream. HEX triplet: 73, BB and AF. RGB value is (115,187,175). Sum of RGB (Red+Green+Blue) = 115+187+175=477 (63% of max value = 765). Red value is 115 (45.31% from 255 or 24.11% from 477); Green value is 187 (73.44% from 255 or 39.20% from 477); Blue value is 175 (68.75% from 255 or 36.69% from 477); Max value from RGB is 187 - color contains mainly: green. Hex color #73BBAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73BBAF is #8C4450. Grayscale: #A4A4A4. Windows color (decimal): -9192529 or 11516787. OLE color: 11516787.

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

Color convert

RGB115187175-
CMYK0.3900.060.27
HSL170º34.62%59.22%-
HSV(B)170º38.5%73.33%-
XYZ32.5842.2847-
YUV164.1134.1592.98-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 24.11%
GREEN value IS 187 (73.44% from 255) = 39.20%
BLUE value IS 175 (68.75% from 255) = 36.69%
R=24.11%
G=39.20%
B=36.69%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1151871750.3900.060.2717034.6259.22
Hex73BBAF27061Baa233b
Octal1632732574706332524373
Binary1110011101110111010111110011101101101110101010100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73BBAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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