Html Css Color HEX #73BBA4 Gulf Stream

📋 copy color: '#73BBA4'

red 115 ◦ green 187 ◦ blue 164

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

Shades of Gulf Stream #73BBA4

Tints of Gulf Stream #73BBA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 35.19%

R = 24.68%
G = 40.13%
B = 35.19%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.12

 K value IS 0.27

RGB Variations

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

Color information

#73BBA4 (or 0x73BBA4) is known color: Gulf Stream. HEX triplet: 73, BB and A4. RGB value is (115,187,164). Sum of RGB (Red+Green+Blue) = 115+187+164=466 (61% of max value = 765). Red value is 115 (45.31% from 255 or 24.68% from 466); Green value is 187 (73.44% from 255 or 40.13% from 466); Blue value is 164 (64.45% from 255 or 35.19% from 466); Max value from RGB is 187 - color contains mainly: green. Hex color #73BBA4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73BBA4 is #8C445B. Grayscale: #A2A2A2. Windows color (decimal): -9192540 or 10795891. OLE color: 10795891.

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

Color convert

RGB 115 187 164 -
CMYK 0.39 0 0.12 0.27
HSL 160.83º 0.35% 0.59% -
HSV(B) 160.83º 0.39% 0.73% -
XYZ 31.54 41.87 41.54 -
YUV 162.85 128.65 93.87 -
System Red Green Blue C M Y K H S L
Decimal 115 187 164 0.39 0 0.12 0.27 160.83 0.35 0.59
Hex 73 BB A4 27 0 C 1B A1 23 3B
Octal 163 273 244 47 0 14 33 241 43 73
Binary 1110011 10111011 10100100 100111 0 1100 11011 10100001 100011 111011

Color Harmonies of #73BBA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73BBA4

Black with #73BBA4

Text Example


Text Example

White with #73BBA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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