Html Css Color HEX #73BDA4 Gulf Stream

📋 copy color: '#73BDA4'

red 115 ◦ green 189 ◦ blue 164

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

Shades of Gulf Stream #73BDA4

Tints of Gulf Stream #73BDA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 35.04%

R = 24.57%
G = 40.38%
B = 35.04%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.13

 K value IS 0.26

RGB Variations

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

Color information

#73BDA4 (or 0x73BDA4) is known color: Gulf Stream. HEX triplet: 73, BD and A4. RGB value is (115,189,164). Sum of RGB (Red+Green+Blue) = 115+189+164=468 (61% of max value = 765). Red value is 115 (45.31% from 255 or 24.57% from 468); Green value is 189 (74.22% from 255 or 40.38% from 468); Blue value is 164 (64.45% from 255 or 35.04% from 468); Max value from RGB is 189 - color contains mainly: green. Hex color #73BDA4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73BDA4 is #8C425B. Grayscale: #A4A4A4. Windows color (decimal): -9192028 or 10796403. OLE color: 10796403.

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

Color convert

RGB 115 189 164 -
CMYK 0.39 0 0.13 0.26
HSL 159.73º 0.36% 0.6% -
HSV(B) 159.73º 0.39% 0.74% -
XYZ 31.97 42.72 41.68 -
YUV 164.02 127.98 93.03 -
System Red Green Blue C M Y K H S L
Decimal 115 189 164 0.39 0 0.13 0.26 159.73 0.36 0.6
Hex 73 BD A4 27 0 D 1A A0 24 3C
Octal 163 275 244 47 0 15 32 240 44 74
Binary 1110011 10111101 10100100 100111 0 1101 11010 10100000 100100 111100

Color Harmonies of #73BDA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73BDA4

Black with #73BDA4

Text Example


Text Example

White with #73BDA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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