Html Css Color HEX #78ADAC Neptune

📋 copy color: '#78ADAC'

red 120 ◦ green 173 ◦ blue 172

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

Shades of Neptune #78ADAC

Tints of Neptune #78ADAC

RGB

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

 GREEN value IS 173 (67.97% from 255) = 37.2%

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

R = 25.81%
G = 37.2%
B = 36.99%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.01

 K value IS 0.32

RGB Variations

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

Color information

#78ADAC (or 0x78ADAC) is known color: Neptune. HEX triplet: 78, AD and AC. RGB value is (120,173,172). Sum of RGB (Red+Green+Blue) = 120+173+172=465 (61% of max value = 765). Red value is 120 (47.27% from 255 or 25.81% from 465); Green value is 173 (67.97% from 255 or 37.20% from 465); Blue value is 172 (67.58% from 255 or 36.99% from 465); Max value from RGB is 173 - color contains mainly: green. Hex color #78ADAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78ADAC is #875253. Grayscale: #9C9C9C. Windows color (decimal): -8868436 or 11316600. OLE color: 11316600.

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

Color convert

RGB 120 173 172 -
CMYK 0.31 0 0.01 0.32
HSL 178.87º 0.24% 0.57% -
HSV(B) 178.87º 0.31% 0.68% -
XYZ 30.14 36.86 44.56 -
YUV 157.04 136.44 101.58 -
System Red Green Blue C M Y K H S L
Decimal 120 173 172 0.31 0 0.01 0.32 178.87 0.24 0.57
Hex 78 AD AC 1F 0 1 20 B3 18 39
Octal 170 255 254 37 0 1 40 263 30 71
Binary 1111000 10101101 10101100 11111 0 1 100000 10110011 11000 111001

Color Harmonies of #78ADAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78ADAC

Black with #78ADAC

Text Example


Text Example

White with #78ADAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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