Html Css Color HEX #73BDAC Gulf Stream

📋 copy color: '#73BDAC'

red 115 ◦ green 189 ◦ blue 172

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

Shades of Gulf Stream #73BDAC

Tints of Gulf Stream #73BDAC

RGB

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

 GREEN value IS 189 (74.22% from 255) = 39.71%

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

R = 24.16%
G = 39.71%
B = 36.13%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.09

 K value IS 0.26

RGB Variations

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

Color information

#73BDAC (or 0x73BDAC) is known color: Gulf Stream. HEX triplet: 73, BD and AC. RGB value is (115,189,172). Sum of RGB (Red+Green+Blue) = 115+189+172=476 (63% of max value = 765). Red value is 115 (45.31% from 255 or 24.16% from 476); Green value is 189 (74.22% from 255 or 39.71% from 476); Blue value is 172 (67.58% from 255 or 36.13% from 476); Max value from RGB is 189 - color contains mainly: green. Hex color #73BDAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73BDAC is #8C4253. Grayscale: #A4A4A4. Windows color (decimal): -9192020 or 11320691. OLE color: 11320691.

HSL color Cylindrical-coordinate representation of color #73BDAC: hue angle of 166.22º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #73BDAC is Cyan = 0.39, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.26.

Color convert

RGB 115 189 172 -
CMYK 0.39 0 0.09 0.26
HSL 166.22º 0.36% 0.6% -
HSV(B) 166.22º 0.39% 0.74% -
XYZ 32.71 43.02 45.61 -
YUV 164.94 131.98 92.38 -
System Red Green Blue C M Y K H S L
Decimal 115 189 172 0.39 0 0.09 0.26 166.22 0.36 0.6
Hex 73 BD AC 27 0 9 1A A6 24 3C
Octal 163 275 254 47 0 11 32 246 44 74
Binary 1110011 10111101 10101100 100111 0 1001 11010 10100110 100100 111100

Color Harmonies of #73BDAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73BDAC

Black with #73BDAC

Text Example


Text Example

White with #73BDAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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