Html Css Color HEX #78A8AD Neptune

📋 copy color: '#78A8AD'

red 120 ◦ green 168 ◦ blue 173

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

Shades of Neptune #78A8AD

Tints of Neptune #78A8AD

RGB

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

 GREEN value IS 168 (66.02% from 255) = 36.44%

 BLUE value IS 173 (67.97% from 255) = 37.53%

R = 26.03%
G = 36.44%
B = 37.53%

CMYK

 C value IS 0.31

 M value IS 0.03

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#78A8AD (or 0x78A8AD) is known color: Neptune. HEX triplet: 78, A8 and AD. RGB value is (120,168,173). Sum of RGB (Red+Green+Blue) = 120+168+173=461 (61% of max value = 765). Red value is 120 (47.27% from 255 or 26.03% from 461); Green value is 168 (66.02% from 255 or 36.44% from 461); Blue value is 173 (67.97% from 255 or 37.53% from 461); Max value from RGB is 173 - color contains mainly: blue. Hex color #78A8AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78A8AD is #875752. Grayscale: #9A9A9A. Windows color (decimal): -8869715 or 11380856. OLE color: 11380856.

HSL color Cylindrical-coordinate representation of color #78A8AD: hue angle of 185.66º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #78A8AD is Cyan = 0.31, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 120 168 173 -
CMYK 0.31 0.03 0 0.32
HSL 185.66º 0.24% 0.57% -
HSV(B) 185.66º 0.31% 0.68% -
XYZ 29.29 35.02 44.75 -
YUV 154.22 138.6 103.59 -
System Red Green Blue C M Y K H S L
Decimal 120 168 173 0.31 0.03 0 0.32 185.66 0.24 0.57
Hex 78 A8 AD 1F 3 0 20 BA 18 39
Octal 170 250 255 37 3 0 40 272 30 71
Binary 1111000 10101000 10101101 11111 11 0 100000 10111010 11000 111001

Color Harmonies of #78A8AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78A8AD

Black with #78A8AD

Text Example


Text Example

White with #78A8AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,168,173); }

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

background-color css

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

 a { background-color: rgb(120,168,173); }

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

border-color css

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

 span { border-color: rgb(120,168,173); }

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