Html Css Color HEX #78A6AD Neptune

📋 copy color: '#78A6AD'

red 120 ◦ green 166 ◦ blue 173

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

Shades of Neptune #78A6AD

Tints of Neptune #78A6AD

RGB

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

 GREEN value IS 166 (65.23% from 255) = 36.17%

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

R = 26.14%
G = 36.17%
B = 37.69%

CMYK

 C value IS 0.31

 M value IS 0.04

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#78A6AD (or 0x78A6AD) is known color: Neptune. HEX triplet: 78, A6 and AD. RGB value is (120,166,173). Sum of RGB (Red+Green+Blue) = 120+166+173=459 (60% of max value = 765). Red value is 120 (47.27% from 255 or 26.14% from 459); Green value is 166 (65.23% from 255 or 36.17% from 459); Blue value is 173 (67.97% from 255 or 37.69% from 459); Max value from RGB is 173 - color contains mainly: blue. Hex color #78A6AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78A6AD is #875952. Grayscale: #989898. Windows color (decimal): -8870227 or 11380344. OLE color: 11380344.

HSL color Cylindrical-coordinate representation of color #78A6AD: hue angle of 187.92º 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 #78A6AD is Cyan = 0.31, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 120 166 173 -
CMYK 0.31 0.04 0 0.32
HSL 187.92º 0.24% 0.57% -
HSV(B) 187.92º 0.31% 0.68% -
XYZ 28.92 34.28 44.63 -
YUV 153.04 139.26 104.43 -
System Red Green Blue C M Y K H S L
Decimal 120 166 173 0.31 0.04 0 0.32 187.92 0.24 0.57
Hex 78 A6 AD 1F 4 0 20 BC 18 39
Octal 170 246 255 37 4 0 40 274 30 71
Binary 1111000 10100110 10101101 11111 100 0 100000 10111100 11000 111001

Color Harmonies of #78A6AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78A6AD

Black with #78A6AD

Text Example


Text Example

White with #78A6AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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