Html Css Color HEX #79BCA5 Gulf Stream

📋 copy color: '#79BCA5'

red 121 ◦ green 188 ◦ blue 165

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

Shades of Gulf Stream #79BCA5

Tints of Gulf Stream #79BCA5

RGB

 RED value IS 121 (47.66% from 255) = 25.53%

 GREEN value IS 188 (73.83% from 255) = 39.66%

 BLUE value IS 165 (64.84% from 255) = 34.81%

R = 25.53%
G = 39.66%
B = 34.81%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.12

 K value IS 0.26

RGB Variations

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

Color information

#79BCA5 (or 0x79BCA5) is known color: Gulf Stream. HEX triplet: 79, BC and A5. RGB value is (121,188,165). Sum of RGB (Red+Green+Blue) = 121+188+165=474 (62% of max value = 765). Red value is 121 (47.66% from 255 or 25.53% from 474); Green value is 188 (73.83% from 255 or 39.66% from 474); Blue value is 165 (64.84% from 255 or 34.81% from 474); Max value from RGB is 188 - color contains mainly: green. Hex color #79BCA5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #79BCA5 is #86435A. Grayscale: #A5A5A5. Windows color (decimal): -8799067 or 10861689. OLE color: 10861689.

HSL color Cylindrical-coordinate representation of color #79BCA5: hue angle of 159.4º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #79BCA5 is Cyan = 0.36, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.26.

Color convert

RGB 121 188 165 -
CMYK 0.36 0 0.12 0.26
HSL 159.4º 0.33% 0.61% -
HSV(B) 159.4º 0.36% 0.74% -
XYZ 32.66 42.75 42.13 -
YUV 165.35 127.8 96.37 -
System Red Green Blue C M Y K H S L
Decimal 121 188 165 0.36 0 0.12 0.26 159.4 0.33 0.61
Hex 79 BC A5 24 0 C 1A 9F 21 3D
Octal 171 274 245 44 0 14 32 237 41 75
Binary 1111001 10111100 10100101 100100 0 1100 11010 10011111 100001 111101

Color Harmonies of #79BCA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79BCA5

Black with #79BCA5

Text Example


Text Example

White with #79BCA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #79BCA5; }

 p { color: rgb(121,188,165); }

 H1.HeaderClassName
 {
   color: #79BCA5;
 }
 .AnyTagClassName
 {
   color: #79BCA5;
 }
</style>

background-color css

<style>
 a { background-color: #79BCA5; }

 a { background-color: rgb(121,188,165); }

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

border-color css

<style>
 span { border-color: #79BCA5; }

 span { border-color: rgb(121,188,165); }

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