Html Css Color HEX #73AE9F Gulf Stream

📋 copy color: '#73AE9F'

red 115 ◦ green 174 ◦ blue 159

#73AE9F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gulf Stream #73AE9F

Tints of Gulf Stream #73AE9F

RGB

 RED value IS 115 (45.31% from 255) = 25.67%

 GREEN value IS 174 (68.36% from 255) = 38.84%

 BLUE value IS 159 (62.5% from 255) = 35.49%

R = 25.67%
G = 38.84%
B = 35.49%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.09

 K value IS 0.32

RGB Variations

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

Color information

#73AE9F (or 0x73AE9F) is known color: Gulf Stream. HEX triplet: 73, AE and 9F. RGB value is (115,174,159). Sum of RGB (Red+Green+Blue) = 115+174+159=448 (59% of max value = 765). Red value is 115 (45.31% from 255 or 25.67% from 448); Green value is 174 (68.36% from 255 or 38.84% from 448); Blue value is 159 (62.5% from 255 or 35.49% from 448); Max value from RGB is 174 - color contains mainly: green. Hex color #73AE9F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73AE9F is #8C5160. Grayscale: #9A9A9A. Windows color (decimal): -9195873 or 10464883. OLE color: 10464883.

HSL color Cylindrical-coordinate representation of color #73AE9F: hue angle of 164.75º 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 #73AE9F is Cyan = 0.34, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.32.

Color convert

RGB 115 174 159 -
CMYK 0.34 0 0.09 0.32
HSL 164.75º 0.27% 0.57% -
HSV(B) 164.75º 0.34% 0.68% -
XYZ 28.46 36.42 38.33 -
YUV 154.65 130.45 99.72 -
System Red Green Blue C M Y K H S L
Decimal 115 174 159 0.34 0 0.09 0.32 164.75 0.27 0.57
Hex 73 AE 9F 22 0 9 20 A5 1B 39
Octal 163 256 237 42 0 11 40 245 33 71
Binary 1110011 10101110 10011111 100010 0 1001 100000 10100101 11011 111001

Color Harmonies of #73AE9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73AE9F

Black with #73AE9F

Text Example


Text Example

White with #73AE9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #73AE9F;
 }
 .AnyTagClassName
 {
   color: #73AE9F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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