Html Css Color HEX #78ABAC Neptune

📋 copy color: '#78ABAC'

red 120 ◦ green 171 ◦ blue 172

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

Shades of Neptune #78ABAC

Tints of Neptune #78ABAC

RGB

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

 GREEN value IS 171 (67.19% from 255) = 36.93%

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

R = 25.92%
G = 36.93%
B = 37.15%

CMYK

 C value IS 0.30

 M value IS 0.01

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#78ABAC (or 0x78ABAC) is known color: Neptune. HEX triplet: 78, AB and AC. RGB value is (120,171,172). Sum of RGB (Red+Green+Blue) = 120+171+172=463 (61% of max value = 765). Red value is 120 (47.27% from 255 or 25.92% from 463); Green value is 171 (67.19% from 255 or 36.93% from 463); Blue value is 172 (67.58% from 255 or 37.15% from 463); Max value from RGB is 172 - color contains mainly: blue. Hex color #78ABAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78ABAC is #875453. Grayscale: #9B9B9B. Windows color (decimal): -8868948 or 11316088. OLE color: 11316088.

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

Color convert

RGB 120 171 172 -
CMYK 0.30 0.01 0 0.33
HSL 181.15º 0.24% 0.57% -
HSV(B) 181.15º 0.3% 0.67% -
XYZ 29.76 36.1 44.43 -
YUV 155.87 137.1 102.42 -
System Red Green Blue C M Y K H S L
Decimal 120 171 172 0.30 0.01 0 0.33 181.15 0.24 0.57
Hex 78 AB AC 1E 1 0 21 B5 18 39
Octal 170 253 254 36 1 0 41 265 30 71
Binary 1111000 10101011 10101100 11110 1 0 100001 10110101 11000 111001

Color Harmonies of #78ABAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78ABAC

Black with #78ABAC

Text Example


Text Example

White with #78ABAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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