Html Css Color HEX #78A0A4 Neptune

📋 copy color: '#78A0A4'

red 120 ◦ green 160 ◦ blue 164

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

Shades of Neptune #78A0A4

Tints of Neptune #78A0A4

RGB

 RED value IS 120 (47.27% from 255) = 27.03%

 GREEN value IS 160 (62.89% from 255) = 36.04%

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

R = 27.03%
G = 36.04%
B = 36.94%

CMYK

 C value IS 0.27

 M value IS 0.02

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#78A0A4 (or 0x78A0A4) is known color: Neptune. HEX triplet: 78, A0 and A4. RGB value is (120,160,164). Sum of RGB (Red+Green+Blue) = 120+160+164=444 (58% of max value = 765). Red value is 120 (47.27% from 255 or 27.03% from 444); Green value is 160 (62.89% from 255 or 36.04% from 444); Blue value is 164 (64.45% from 255 or 36.94% from 444); Max value from RGB is 164 - color contains mainly: blue. Hex color #78A0A4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78A0A4 is #875F5B. Grayscale: #949494. Windows color (decimal): -8871772 or 10788984. OLE color: 10788984.

HSL color Cylindrical-coordinate representation of color #78A0A4: hue angle of 185.45º degrees, saturation: 0.19, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #78A0A4 is Cyan = 0.27, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 120 160 164 -
CMYK 0.27 0.02 0 0.36
HSL 185.45º 0.19% 0.56% -
HSV(B) 185.45º 0.27% 0.64% -
XYZ 27.02 31.82 39.84 -
YUV 148.5 136.75 107.67 -
System Red Green Blue C M Y K H S L
Decimal 120 160 164 0.27 0.02 0 0.36 185.45 0.19 0.56
Hex 78 A0 A4 1B 2 0 24 B9 13 38
Octal 170 240 244 33 2 0 44 271 23 70
Binary 1111000 10100000 10100100 11011 10 0 100100 10111001 10011 111000

Color Harmonies of #78A0A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78A0A4

Black with #78A0A4

Text Example


Text Example

White with #78A0A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78A0A4; }

 p { color: rgb(120,160,164); }

 H1.HeaderClassName
 {
   color: #78A0A4;
 }
 .AnyTagClassName
 {
   color: #78A0A4;
 }
</style>

background-color css

<style>
 a { background-color: #78A0A4; }

 a { background-color: rgb(120,160,164); }

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

border-color css

<style>
 span { border-color: #78A0A4; }

 span { border-color: rgb(120,160,164); }

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