Html Css Color HEX #78A4AC Neptune

📋 copy color: '#78A4AC'

red 120 ◦ green 164 ◦ blue 172

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

Shades of Neptune #78A4AC

Tints of Neptune #78A4AC

RGB

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

 GREEN value IS 164 (64.45% from 255) = 35.96%

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

R = 26.32%
G = 35.96%
B = 37.72%

CMYK

 C value IS 0.30

 M value IS 0.05

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#78A4AC (or 0x78A4AC) is known color: Neptune. HEX triplet: 78, A4 and AC. RGB value is (120,164,172). Sum of RGB (Red+Green+Blue) = 120+164+172=456 (60% of max value = 765). Red value is 120 (47.27% from 255 or 26.32% from 456); Green value is 164 (64.45% from 255 or 35.96% from 456); Blue value is 172 (67.58% from 255 or 37.72% from 456); Max value from RGB is 172 - color contains mainly: blue. Hex color #78A4AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78A4AC is #875B53. Grayscale: #979797. Windows color (decimal): -8870740 or 11314296. OLE color: 11314296.

HSL color Cylindrical-coordinate representation of color #78A4AC: hue angle of 189.23º 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 #78A4AC is Cyan = 0.30, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 120 164 172 -
CMYK 0.30 0.05 0 0.33
HSL 189.23º 0.24% 0.57% -
HSV(B) 189.23º 0.3% 0.67% -
XYZ 28.47 33.52 44 -
YUV 151.76 139.42 105.35 -
System Red Green Blue C M Y K H S L
Decimal 120 164 172 0.30 0.05 0 0.33 189.23 0.24 0.57
Hex 78 A4 AC 1E 5 0 21 BD 18 39
Octal 170 244 254 36 5 0 41 275 30 71
Binary 1111000 10100100 10101100 11110 101 0 100001 10111101 11000 111001

Color Harmonies of #78A4AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78A4AC

Black with #78A4AC

Text Example


Text Example

White with #78A4AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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