Html Css Color HEX #78AAAC Neptune

📋 copy color: '#78AAAC'

red 120 ◦ green 170 ◦ blue 172

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

Shades of Neptune #78AAAC

Tints of Neptune #78AAAC

RGB

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

 GREEN value IS 170 (66.8% from 255) = 36.8%

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

R = 25.97%
G = 36.8%
B = 37.23%

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

#78AAAC (or 0x78AAAC) is known color: Neptune. HEX triplet: 78, AA and AC. RGB value is (120,170,172). Sum of RGB (Red+Green+Blue) = 120+170+172=462 (61% of max value = 765). Red value is 120 (47.27% from 255 or 25.97% from 462); Green value is 170 (66.80% from 255 or 36.80% from 462); Blue value is 172 (67.58% from 255 or 37.23% from 462); Max value from RGB is 172 - color contains mainly: blue. Hex color #78AAAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78AAAC is #875553. Grayscale: #9B9B9B. Windows color (decimal): -8869204 or 11315832. OLE color: 11315832.

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

Color convert

RGB 120 170 172 -
CMYK 0.30 0.01 0 0.33
HSL 182.31º 0.24% 0.57% -
HSV(B) 182.31º 0.3% 0.67% -
XYZ 29.57 35.72 44.37 -
YUV 155.28 137.44 102.84 -
System Red Green Blue C M Y K H S L
Decimal 120 170 172 0.30 0.01 0 0.33 182.31 0.24 0.57
Hex 78 AA AC 1E 1 0 21 B6 18 39
Octal 170 252 254 36 1 0 41 266 30 71
Binary 1111000 10101010 10101100 11110 1 0 100001 10110110 11000 111001

Color Harmonies of #78AAAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78AAAC

Black with #78AAAC

Text Example


Text Example

White with #78AAAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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