Html Css Color HEX #73BCAE Gulf Stream

📋 copy color: '#73BCAE'

red 115 ◦ green 188 ◦ blue 174

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

Shades of Gulf Stream #73BCAE

Tints of Gulf Stream #73BCAE

RGB

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

 GREEN value IS 188 (73.83% from 255) = 39.41%

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

R = 24.11%
G = 39.41%
B = 36.48%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.07

 K value IS 0.26

RGB Variations

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

Color information

#73BCAE (or 0x73BCAE) is known color: Gulf Stream. HEX triplet: 73, BC and AE. RGB value is (115,188,174). Sum of RGB (Red+Green+Blue) = 115+188+174=477 (63% of max value = 765). Red value is 115 (45.31% from 255 or 24.11% from 477); Green value is 188 (73.83% from 255 or 39.41% from 477); Blue value is 174 (68.36% from 255 or 36.48% from 477); Max value from RGB is 188 - color contains mainly: green. Hex color #73BCAE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73BCAE is #8C4351. Grayscale: #A4A4A4. Windows color (decimal): -9192274 or 11451507. OLE color: 11451507.

HSL color Cylindrical-coordinate representation of color #73BCAE: hue angle of 168.49º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #73BCAE is Cyan = 0.39, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.26.

Color convert

RGB 115 188 174 -
CMYK 0.39 0 0.07 0.26
HSL 168.49º 0.35% 0.59% -
HSV(B) 168.49º 0.39% 0.74% -
XYZ 32.69 42.67 46.56 -
YUV 164.58 133.32 92.64 -
System Red Green Blue C M Y K H S L
Decimal 115 188 174 0.39 0 0.07 0.26 168.49 0.35 0.59
Hex 73 BC AE 27 0 7 1A A8 23 3B
Octal 163 274 256 47 0 7 32 250 43 73
Binary 1110011 10111100 10101110 100111 0 111 11010 10101000 100011 111011

Color Harmonies of #73BCAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73BCAE

Black with #73BCAE

Text Example


Text Example

White with #73BCAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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