Html Css Color HEX #78A9AE Neptune

📋 copy color: '#78A9AE'

red 120 ◦ green 169 ◦ blue 174

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

Shades of Neptune #78A9AE

Tints of Neptune #78A9AE

RGB

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

 GREEN value IS 169 (66.41% from 255) = 36.5%

 BLUE value IS 174 (68.36% from 255) = 37.58%

R = 25.92%
G = 36.5%
B = 37.58%

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

#78A9AE (or 0x78A9AE) is known color: Neptune. HEX triplet: 78, A9 and AE. RGB value is (120,169,174). Sum of RGB (Red+Green+Blue) = 120+169+174=463 (61% of max value = 765). Red value is 120 (47.27% from 255 or 25.92% from 463); Green value is 169 (66.41% from 255 or 36.50% from 463); Blue value is 174 (68.36% from 255 or 37.58% from 463); Max value from RGB is 174 - color contains mainly: blue. Hex color #78A9AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78A9AE is #875651. Grayscale: #9A9A9A. Windows color (decimal): -8869458 or 11446648. OLE color: 11446648.

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

Color convert

RGB 120 169 174 -
CMYK 0.31 0.03 0 0.32
HSL 185.56º 0.25% 0.58% -
HSV(B) 185.56º 0.31% 0.68% -
XYZ 29.57 35.43 45.32 -
YUV 154.92 138.77 103.09 -
System Red Green Blue C M Y K H S L
Decimal 120 169 174 0.31 0.03 0 0.32 185.56 0.25 0.58
Hex 78 A9 AE 1F 3 0 20 BA 19 3A
Octal 170 251 256 37 3 0 40 272 31 72
Binary 1111000 10101001 10101110 11111 11 0 100000 10111010 11001 111010

Color Harmonies of #78A9AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78A9AE

Black with #78A9AE

Text Example


Text Example

White with #78A9AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,169,174); }

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

background-color css

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

 a { background-color: rgb(120,169,174); }

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

border-color css

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

 span { border-color: rgb(120,169,174); }

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