Html Css Color HEX #78A4AB Neptune

📋 copy color: '#78A4AB'

red 120 ◦ green 164 ◦ blue 171

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

Shades of Neptune #78A4AB

Tints of Neptune #78A4AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 37.58%

R = 26.37%
G = 36.04%
B = 37.58%

CMYK

 C value IS 0.30

 M value IS 0.04

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#78A4AB (or 0x78A4AB) is known color: Neptune. HEX triplet: 78, A4 and AB. RGB value is (120,164,171). Sum of RGB (Red+Green+Blue) = 120+164+171=455 (60% of max value = 765). Red value is 120 (47.27% from 255 or 26.37% from 455); Green value is 164 (64.45% from 255 or 36.04% from 455); Blue value is 171 (67.19% from 255 or 37.58% from 455); Max value from RGB is 171 - color contains mainly: blue. Hex color #78A4AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78A4AB is #875B54. Grayscale: #979797. Windows color (decimal): -8870741 or 11248760. OLE color: 11248760.

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

Color convert

RGB 120 164 171 -
CMYK 0.30 0.04 0 0.33
HSL 188.24º 0.23% 0.57% -
HSV(B) 188.24º 0.3% 0.67% -
XYZ 28.37 33.48 43.5 -
YUV 151.64 138.92 105.43 -
System Red Green Blue C M Y K H S L
Decimal 120 164 171 0.30 0.04 0 0.33 188.24 0.23 0.57
Hex 78 A4 AB 1E 4 0 21 BC 17 39
Octal 170 244 253 36 4 0 41 274 27 71
Binary 1111000 10100100 10101011 11110 100 0 100001 10111100 10111 111001

Color Harmonies of #78A4AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78A4AB

Black with #78A4AB

Text Example


Text Example

White with #78A4AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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