Html Css Color HEX #73BAAA Gulf Stream

📋 copy color: '#73BAAA'

red 115 ◦ green 186 ◦ blue 170

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

Shades of Gulf Stream #73BAAA

Tints of Gulf Stream #73BAAA

RGB

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

 GREEN value IS 186 (73.05% from 255) = 39.49%

 BLUE value IS 170 (66.8% from 255) = 36.09%

R = 24.42%
G = 39.49%
B = 36.09%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.09

 K value IS 0.27

RGB Variations

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

Color information

#73BAAA (or 0x73BAAA) is known color: Gulf Stream. HEX triplet: 73, BA and AA. RGB value is (115,186,170). Sum of RGB (Red+Green+Blue) = 115+186+170=471 (62% of max value = 765). Red value is 115 (45.31% from 255 or 24.42% from 471); Green value is 186 (73.05% from 255 or 39.49% from 471); Blue value is 170 (66.80% from 255 or 36.09% from 471); Max value from RGB is 186 - color contains mainly: green. Hex color #73BAAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73BAAA is #8C4555. Grayscale: #A2A2A2. Windows color (decimal): -9192790 or 11188851. OLE color: 11188851.

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

Color convert

RGB 115 186 170 -
CMYK 0.38 0 0.09 0.27
HSL 166.48º 0.34% 0.59% -
HSV(B) 166.48º 0.38% 0.73% -
XYZ 31.88 41.66 44.39 -
YUV 162.95 131.98 93.8 -
System Red Green Blue C M Y K H S L
Decimal 115 186 170 0.38 0 0.09 0.27 166.48 0.34 0.59
Hex 73 BA AA 26 0 9 1B A6 22 3B
Octal 163 272 252 46 0 11 33 246 42 73
Binary 1110011 10111010 10101010 100110 0 1001 11011 10100110 100010 111011

Color Harmonies of #73BAAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73BAAA

Black with #73BAAA

Text Example


Text Example

White with #73BAAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,186,170); }

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

background-color css

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

 a { background-color: rgb(115,186,170); }

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

border-color css

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

 span { border-color: rgb(115,186,170); }

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