Html Css Color HEX #73B8AC Gulf Stream

📋 copy color: '#73B8AC'

red 115 ◦ green 184 ◦ blue 172

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

Shades of Gulf Stream #73B8AC

Tints of Gulf Stream #73B8AC

RGB

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

 GREEN value IS 184 (72.27% from 255) = 39.07%

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

R = 24.42%
G = 39.07%
B = 36.52%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.07

 K value IS 0.28

RGB Variations

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

Color information

#73B8AC (or 0x73B8AC) is known color: Gulf Stream. HEX triplet: 73, B8 and AC. RGB value is (115,184,172). Sum of RGB (Red+Green+Blue) = 115+184+172=471 (62% of max value = 765). Red value is 115 (45.31% from 255 or 24.42% from 471); Green value is 184 (72.27% from 255 or 39.07% from 471); Blue value is 172 (67.58% from 255 or 36.52% from 471); Max value from RGB is 184 - color contains mainly: green. Hex color #73B8AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73B8AC is #8C4753. Grayscale: #A1A1A1. Windows color (decimal): -9193300 or 11319411. OLE color: 11319411.

HSL color Cylindrical-coordinate representation of color #73B8AC: hue angle of 169.57º degrees, saturation: 0.33, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #73B8AC is Cyan = 0.38, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.28.

Color convert

RGB 115 184 172 -
CMYK 0.38 0 0.07 0.28
HSL 169.57º 0.33% 0.59% -
HSV(B) 169.57º 0.38% 0.72% -
XYZ 31.66 40.9 45.26 -
YUV 162 133.64 94.48 -
System Red Green Blue C M Y K H S L
Decimal 115 184 172 0.38 0 0.07 0.28 169.57 0.33 0.59
Hex 73 B8 AC 26 0 7 1C AA 21 3B
Octal 163 270 254 46 0 7 34 252 41 73
Binary 1110011 10111000 10101100 100110 0 111 11100 10101010 100001 111011

Color Harmonies of #73B8AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73B8AC

Black with #73B8AC

Text Example


Text Example

White with #73B8AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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