Html Css Color HEX #78A9AC Neptune

📋 copy color: '#78A9AC'

red 120 ◦ green 169 ◦ blue 172

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

Shades of Neptune #78A9AC

Tints of Neptune #78A9AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 37.31%

R = 26.03%
G = 36.66%
B = 37.31%

CMYK

 C value IS 0.30

 M value IS 0.02

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#78A9AC (or 0x78A9AC) is known color: Neptune. HEX triplet: 78, A9 and AC. RGB value is (120,169,172). Sum of RGB (Red+Green+Blue) = 120+169+172=461 (61% of max value = 765). Red value is 120 (47.27% from 255 or 26.03% from 461); Green value is 169 (66.41% from 255 or 36.66% from 461); Blue value is 172 (67.58% from 255 or 37.31% from 461); Max value from RGB is 172 - color contains mainly: blue. Hex color #78A9AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78A9AC is #875653. Grayscale: #9A9A9A. Windows color (decimal): -8869460 or 11315576. OLE color: 11315576.

HSL color Cylindrical-coordinate representation of color #78A9AC: hue angle of 183.46º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #78A9AC is Cyan = 0.30, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 120 169 172 -
CMYK 0.30 0.02 0 0.33
HSL 183.46º 0.24% 0.57% -
HSV(B) 183.46º 0.3% 0.67% -
XYZ 29.38 35.35 44.3 -
YUV 154.69 137.77 103.26 -
System Red Green Blue C M Y K H S L
Decimal 120 169 172 0.30 0.02 0 0.33 183.46 0.24 0.57
Hex 78 A9 AC 1E 2 0 21 B7 18 39
Octal 170 251 254 36 2 0 41 267 30 71
Binary 1111000 10101001 10101100 11110 10 0 100001 10110111 11000 111001

Color Harmonies of #78A9AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78A9AC

Black with #78A9AC

Text Example


Text Example

White with #78A9AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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