#73AEA3

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

Shades of Gulf Stream #73AEA3

Tints of Gulf Stream #73AEA3

Color information

#73AEA3 (or 0x73AEA3) is unknown color: approx Gulf Stream. HEX triplet: 73, AE and A3. RGB value is (115,174,163). Sum of RGB (Red+Green+Blue) = 115+174+163=452 (59% of max value = 765). Red value is 115 (45.31% from 255 or 25.44% from 452); Green value is 174 (68.36% from 255 or 38.50% from 452); Blue value is 163 (64.06% from 255 or 36.06% from 452); Max value from RGB is 174 - color contains mainly: green. Hex color #73AEA3 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73AEA3 is #8C515C. Grayscale: #9B9B9B. Windows color (decimal): -9195869 or 10727027. OLE color: 10727027.

HSL color Cylindrical-coordinate representation of color #73AEA3: hue angle of 168.81º degrees, saturation: 0.27, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #73AEA3 is Cyan = 0.34, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.32.

Color convert

RGB115174163-
CMYK0.3400.060.32
HSL168.81º26.7%56.67%-
HSV(B)168.81º33.91%68.24%-
XYZ28.8236.5640.19-
YUV155.1132.4599.39-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 25.44%
GREEN value IS 174 (68.36% from 255) = 38.50%
BLUE value IS 163 (64.06% from 255) = 36.06%
R=25.44%
G=38.50%
B=36.06%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1151741630.3400.060.32168.8126.756.67
Hex73AEA3220620a91b39
Octal1632562434206402513371
Binary1110011101011101010001110001001101000001010100111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73AEA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,174,163); }

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

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

 a { background-color: rgb(115,174,163); }

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

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

 span { border-color: rgb(115,174,163); }

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