Html Css Color HEX #79ABB4 Neptune

📋 copy color: '#79ABB4'

red 121 ◦ green 171 ◦ blue 180

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

Shades of Neptune #79ABB4

Tints of Neptune #79ABB4

RGB

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

 GREEN value IS 171 (67.19% from 255) = 36.23%

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

R = 25.64%
G = 36.23%
B = 38.14%

CMYK

 C value IS 0.33

 M value IS 0.05

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#79ABB4 (or 0x79ABB4) is known color: Neptune. HEX triplet: 79, AB and B4. RGB value is (121,171,180). Sum of RGB (Red+Green+Blue) = 121+171+180=472 (62% of max value = 765). Red value is 121 (47.66% from 255 or 25.64% from 472); Green value is 171 (67.19% from 255 or 36.23% from 472); Blue value is 180 (70.70% from 255 or 38.14% from 472); Max value from RGB is 180 - color contains mainly: blue. Hex color #79ABB4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #79ABB4 is #86544B. Grayscale: #9C9C9C. Windows color (decimal): -8803404 or 11840377. OLE color: 11840377.

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

Color convert

RGB 121 171 180 -
CMYK 0.33 0.05 0 0.29
HSL 189.15º 0.28% 0.59% -
HSV(B) 189.15º 0.33% 0.71% -
XYZ 30.69 36.49 48.61 -
YUV 157.08 140.94 102.27 -
System Red Green Blue C M Y K H S L
Decimal 121 171 180 0.33 0.05 0 0.29 189.15 0.28 0.59
Hex 79 AB B4 21 5 0 1D BD 1C 3B
Octal 171 253 264 41 5 0 35 275 34 73
Binary 1111001 10101011 10110100 100001 101 0 11101 10111101 11100 111011

Color Harmonies of #79ABB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79ABB4

Black with #79ABB4

Text Example


Text Example

White with #79ABB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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