Html Css Color HEX #73BBAE Gulf Stream

📋 copy color: '#73BBAE'

red 115 ◦ green 187 ◦ blue 174

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

Shades of Gulf Stream #73BBAE

Tints of Gulf Stream #73BBAE

RGB

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

 GREEN value IS 187 (73.44% from 255) = 39.29%

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

R = 24.16%
G = 39.29%
B = 36.55%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.07

 K value IS 0.27

RGB Variations

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

Color information

#73BBAE (or 0x73BBAE) is known color: Gulf Stream. HEX triplet: 73, BB and AE. RGB value is (115,187,174). Sum of RGB (Red+Green+Blue) = 115+187+174=476 (63% of max value = 765). Red value is 115 (45.31% from 255 or 24.16% from 476); Green value is 187 (73.44% from 255 or 39.29% from 476); Blue value is 174 (68.36% from 255 or 36.55% from 476); Max value from RGB is 187 - color contains mainly: green. Hex color #73BBAE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73BBAE is #8C4451. Grayscale: #A3A3A3. Windows color (decimal): -9192530 or 11451251. OLE color: 11451251.

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

Color convert

RGB 115 187 174 -
CMYK 0.39 0 0.07 0.27
HSL 169.17º 0.35% 0.59% -
HSV(B) 169.17º 0.39% 0.73% -
XYZ 32.48 42.24 46.49 -
YUV 163.99 133.65 93.06 -
System Red Green Blue C M Y K H S L
Decimal 115 187 174 0.39 0 0.07 0.27 169.17 0.35 0.59
Hex 73 BB AE 27 0 7 1B A9 23 3B
Octal 163 273 256 47 0 7 33 251 43 73
Binary 1110011 10111011 10101110 100111 0 111 11011 10101001 100011 111011

Color Harmonies of #73BBAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73BBAE

Black with #73BBAE

Text Example


Text Example

White with #73BBAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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