Html Css Color HEX #79B6B4 Gulf Stream

📋 copy color: '#79B6B4'

red 121 ◦ green 182 ◦ blue 180

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

Shades of Gulf Stream #79B6B4

Tints of Gulf Stream #79B6B4

RGB

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

 GREEN value IS 182 (71.48% from 255) = 37.68%

 BLUE value IS 180 (70.7% from 255) = 37.27%

R = 25.05%
G = 37.68%
B = 37.27%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.01

 K value IS 0.29

RGB Variations

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

Color information

#79B6B4 (or 0x79B6B4) is known color: Gulf Stream. HEX triplet: 79, B6 and B4. RGB value is (121,182,180). Sum of RGB (Red+Green+Blue) = 121+182+180=483 (63% of max value = 765). Red value is 121 (47.66% from 255 or 25.05% from 483); Green value is 182 (71.48% from 255 or 37.68% from 483); Blue value is 180 (70.70% from 255 or 37.27% from 483); Max value from RGB is 182 - color contains mainly: green. Hex color #79B6B4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #79B6B4 is #86494B. Grayscale: #A3A3A3. Windows color (decimal): -8800588 or 11843193. OLE color: 11843193.

HSL color Cylindrical-coordinate representation of color #79B6B4: hue angle of 178.03º degrees, saturation: 0.29, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #79B6B4 is Cyan = 0.34, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.29.

Color convert

RGB 121 182 180 -
CMYK 0.34 0 0.01 0.29
HSL 178.03º 0.29% 0.59% -
HSV(B) 178.03º 0.34% 0.71% -
XYZ 32.85 40.82 49.33 -
YUV 163.53 137.29 97.66 -
System Red Green Blue C M Y K H S L
Decimal 121 182 180 0.34 0 0.01 0.29 178.03 0.29 0.59
Hex 79 B6 B4 22 0 1 1D B2 1D 3B
Octal 171 266 264 42 0 1 35 262 35 73
Binary 1111001 10110110 10110100 100010 0 1 11101 10110010 11101 111011

Color Harmonies of #79B6B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79B6B4

Black with #79B6B4

Text Example


Text Example

White with #79B6B4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(121,182,180); }

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

background-color css

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

 a { background-color: rgb(121,182,180); }

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

border-color css

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

 span { border-color: rgb(121,182,180); }

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