Html Css Color HEX #73B8B2 Gulf Stream

📋 copy color: '#73B8B2'

red 115 ◦ green 184 ◦ blue 178

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

Shades of Gulf Stream #73B8B2

Tints of Gulf Stream #73B8B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 37.32%

R = 24.11%
G = 38.57%
B = 37.32%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.03

 K value IS 0.28

RGB Variations

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

Color information

#73B8B2 (or 0x73B8B2) is known color: Gulf Stream. HEX triplet: 73, B8 and B2. RGB value is (115,184,178). Sum of RGB (Red+Green+Blue) = 115+184+178=477 (63% of max value = 765). Red value is 115 (45.31% from 255 or 24.11% from 477); Green value is 184 (72.27% from 255 or 38.57% from 477); Blue value is 178 (69.92% from 255 or 37.32% from 477); Max value from RGB is 184 - color contains mainly: green. Hex color #73B8B2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73B8B2 is #8C474D. Grayscale: #A2A2A2. Windows color (decimal): -9193294 or 11712627. OLE color: 11712627.

HSL color Cylindrical-coordinate representation of color #73B8B2: hue angle of 174.78º 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 #73B8B2 is Cyan = 0.38, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.28.

Color convert

RGB 115 184 178 -
CMYK 0.38 0 0.03 0.28
HSL 174.78º 0.33% 0.59% -
HSV(B) 174.78º 0.38% 0.72% -
XYZ 32.25 41.14 48.36 -
YUV 162.69 136.64 93.99 -
System Red Green Blue C M Y K H S L
Decimal 115 184 178 0.38 0 0.03 0.28 174.78 0.33 0.59
Hex 73 B8 B2 26 0 3 1C AF 21 3B
Octal 163 270 262 46 0 3 34 257 41 73
Binary 1110011 10111000 10110010 100110 0 11 11100 10101111 100001 111011

Color Harmonies of #73B8B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73B8B2

Black with #73B8B2

Text Example


Text Example

White with #73B8B2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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