Html Css Color HEX #78ADAE Neptune

📋 copy color: '#78ADAE'

red 120 ◦ green 173 ◦ blue 174

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

Shades of Neptune #78ADAE

Tints of Neptune #78ADAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 37.26%

R = 25.7%
G = 37.04%
B = 37.26%

CMYK

 C value IS 0.31

 M value IS 0.01

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#78ADAE (or 0x78ADAE) is known color: Neptune. HEX triplet: 78, AD and AE. RGB value is (120,173,174). Sum of RGB (Red+Green+Blue) = 120+173+174=467 (61% of max value = 765). Red value is 120 (47.27% from 255 or 25.70% from 467); Green value is 173 (67.97% from 255 or 37.04% from 467); Blue value is 174 (68.36% from 255 or 37.26% from 467); Max value from RGB is 174 - color contains mainly: blue. Hex color #78ADAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78ADAE is #875251. Grayscale: #9D9D9D. Windows color (decimal): -8868434 or 11447672. OLE color: 11447672.

HSL color Cylindrical-coordinate representation of color #78ADAE: hue angle of 181.11º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #78ADAE is Cyan = 0.31, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 120 173 174 -
CMYK 0.31 0.01 0 0.32
HSL 181.11º 0.25% 0.58% -
HSV(B) 181.11º 0.31% 0.68% -
XYZ 30.33 36.94 45.58 -
YUV 157.27 137.44 101.42 -
System Red Green Blue C M Y K H S L
Decimal 120 173 174 0.31 0.01 0 0.32 181.11 0.25 0.58
Hex 78 AD AE 1F 1 0 20 B5 19 3A
Octal 170 255 256 37 1 0 40 265 31 72
Binary 1111000 10101101 10101110 11111 1 0 100000 10110101 11001 111010

Color Harmonies of #78ADAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78ADAE

Black with #78ADAE

Text Example


Text Example

White with #78ADAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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