Html Css Color HEX #73BEA6 Gulf Stream

📋 copy color: '#73BEA6'

red 115 ◦ green 190 ◦ blue 166

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

Shades of Gulf Stream #73BEA6

Tints of Gulf Stream #73BEA6

RGB

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

 GREEN value IS 190 (74.61% from 255) = 40.34%

 BLUE value IS 166 (65.23% from 255) = 35.24%

R = 24.42%
G = 40.34%
B = 35.24%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.13

 K value IS 0.25

RGB Variations

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

Color information

#73BEA6 (or 0x73BEA6) is known color: Gulf Stream. HEX triplet: 73, BE and A6. RGB value is (115,190,166). Sum of RGB (Red+Green+Blue) = 115+190+166=471 (62% of max value = 765). Red value is 115 (45.31% from 255 or 24.42% from 471); Green value is 190 (74.61% from 255 or 40.34% from 471); Blue value is 166 (65.23% from 255 or 35.24% from 471); Max value from RGB is 190 - color contains mainly: green. Hex color #73BEA6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73BEA6 is #8C4159. Grayscale: #A4A4A4. Windows color (decimal): -9191770 or 10927731. OLE color: 10927731.

HSL color Cylindrical-coordinate representation of color #73BEA6: hue angle of 160.8º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #73BEA6 is Cyan = 0.39, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.25.

Color convert

RGB 115 190 166 -
CMYK 0.39 0 0.13 0.25
HSL 160.8º 0.37% 0.6% -
HSV(B) 160.8º 0.39% 0.75% -
XYZ 32.37 43.22 42.71 -
YUV 164.84 128.65 92.45 -
System Red Green Blue C M Y K H S L
Decimal 115 190 166 0.39 0 0.13 0.25 160.8 0.37 0.6
Hex 73 BE A6 27 0 D 19 A1 25 3C
Octal 163 276 246 47 0 15 31 241 45 74
Binary 1110011 10111110 10100110 100111 0 1101 11001 10100001 100101 111100

Color Harmonies of #73BEA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73BEA6

Black with #73BEA6

Text Example


Text Example

White with #73BEA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,190,166); }

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

background-color css

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

 a { background-color: rgb(115,190,166); }

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

border-color css

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

 span { border-color: rgb(115,190,166); }

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