Html Css Color HEX #73BAAE Gulf Stream

📋 copy color: '#73BAAE'

red 115 ◦ green 186 ◦ blue 174

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

Shades of Gulf Stream #73BAAE

Tints of Gulf Stream #73BAAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 36.63%

R = 24.21%
G = 39.16%
B = 36.63%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.06

 K value IS 0.27

RGB Variations

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

Color information

#73BAAE (or 0x73BAAE) is known color: Gulf Stream. HEX triplet: 73, BA and AE. RGB value is (115,186,174). Sum of RGB (Red+Green+Blue) = 115+186+174=475 (62% of max value = 765). Red value is 115 (45.31% from 255 or 24.21% from 475); Green value is 186 (73.05% from 255 or 39.16% from 475); Blue value is 174 (68.36% from 255 or 36.63% from 475); Max value from RGB is 186 - color contains mainly: green. Hex color #73BAAE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73BAAE is #8C4551. Grayscale: #A3A3A3. Windows color (decimal): -9192786 or 11450995. OLE color: 11450995.

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

Color convert

RGB 115 186 174 -
CMYK 0.38 0 0.06 0.27
HSL 169.86º 0.34% 0.59% -
HSV(B) 169.86º 0.38% 0.73% -
XYZ 32.27 41.82 46.42 -
YUV 163.4 133.98 93.48 -
System Red Green Blue C M Y K H S L
Decimal 115 186 174 0.38 0 0.06 0.27 169.86 0.34 0.59
Hex 73 BA AE 26 0 6 1B AA 22 3B
Octal 163 272 256 46 0 6 33 252 42 73
Binary 1110011 10111010 10101110 100110 0 110 11011 10101010 100010 111011

Color Harmonies of #73BAAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73BAAE

Black with #73BAAE

Text Example


Text Example

White with #73BAAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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