Html Css Color HEX #73BAAC Gulf Stream

📋 copy color: '#73BAAC'

red 115 ◦ green 186 ◦ blue 172

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

Shades of Gulf Stream #73BAAC

Tints of Gulf Stream #73BAAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 36.36%

R = 24.31%
G = 39.32%
B = 36.36%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#73BAAC (or 0x73BAAC) is known color: Gulf Stream. HEX triplet: 73, BA and AC. RGB value is (115,186,172). Sum of RGB (Red+Green+Blue) = 115+186+172=473 (62% of max value = 765). Red value is 115 (45.31% from 255 or 24.31% from 473); Green value is 186 (73.05% from 255 or 39.32% from 473); Blue value is 172 (67.58% from 255 or 36.36% from 473); Max value from RGB is 186 - color contains mainly: green. Hex color #73BAAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73BAAC is #8C4553. Grayscale: #A3A3A3. Windows color (decimal): -9192788 or 11319923. OLE color: 11319923.

HSL color Cylindrical-coordinate representation of color #73BAAC: hue angle of 168.17º 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 #73BAAC is Cyan = 0.38, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.27.

Color convert

RGB 115 186 172 -
CMYK 0.38 0 0.08 0.27
HSL 168.17º 0.34% 0.59% -
HSV(B) 168.17º 0.38% 0.73% -
XYZ 32.08 41.74 45.4 -
YUV 163.18 132.98 93.64 -
System Red Green Blue C M Y K H S L
Decimal 115 186 172 0.38 0 0.08 0.27 168.17 0.34 0.59
Hex 73 BA AC 26 0 8 1B A8 22 3B
Octal 163 272 254 46 0 10 33 250 42 73
Binary 1110011 10111010 10101100 100110 0 1000 11011 10101000 100010 111011

Color Harmonies of #73BAAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73BAAC

Black with #73BAAC

Text Example


Text Example

White with #73BAAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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