Html Css Color HEX #73BBAD Gulf Stream

📋 copy color: '#73BBAD'

red 115 ◦ green 187 ◦ blue 173

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

Shades of Gulf Stream #73BBAD

Tints of Gulf Stream #73BBAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 36.42%

R = 24.21%
G = 39.37%
B = 36.42%

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

#73BBAD (or 0x73BBAD) is known color: Gulf Stream. HEX triplet: 73, BB and AD. RGB value is (115,187,173). Sum of RGB (Red+Green+Blue) = 115+187+173=475 (62% of max value = 765). Red value is 115 (45.31% from 255 or 24.21% from 475); Green value is 187 (73.44% from 255 or 39.37% from 475); Blue value is 173 (67.97% from 255 or 36.42% from 475); Max value from RGB is 187 - color contains mainly: green. Hex color #73BBAD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73BBAD is #8C4452. Grayscale: #A3A3A3. Windows color (decimal): -9192531 or 11385715. OLE color: 11385715.

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

Color convert

RGB 115 187 173 -
CMYK 0.39 0 0.07 0.27
HSL 168.33º 0.35% 0.59% -
HSV(B) 168.33º 0.39% 0.73% -
XYZ 32.38 42.2 45.97 -
YUV 163.88 133.15 93.14 -
System Red Green Blue C M Y K H S L
Decimal 115 187 173 0.39 0 0.07 0.27 168.33 0.35 0.59
Hex 73 BB AD 27 0 7 1B A8 23 3B
Octal 163 273 255 47 0 7 33 250 43 73
Binary 1110011 10111011 10101101 100111 0 111 11011 10101000 100011 111011

Color Harmonies of #73BBAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73BBAD

Black with #73BBAD

Text Example


Text Example

White with #73BBAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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