Html Css Color HEX #78AAAE Neptune

📋 copy color: '#78AAAE'

red 120 ◦ green 170 ◦ blue 174

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

Shades of Neptune #78AAAE

Tints of Neptune #78AAAE

RGB

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

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

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

R = 25.86%
G = 36.64%
B = 37.5%

CMYK

 C value IS 0.31

 M value IS 0.02

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#78AAAE (or 0x78AAAE) is known color: Neptune. HEX triplet: 78, AA and AE. RGB value is (120,170,174). Sum of RGB (Red+Green+Blue) = 120+170+174=464 (61% of max value = 765). Red value is 120 (47.27% from 255 or 25.86% from 464); Green value is 170 (66.80% from 255 or 36.64% from 464); Blue value is 174 (68.36% from 255 or 37.5% from 464); Max value from RGB is 174 - color contains mainly: blue. Hex color #78AAAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78AAAE is #875551. Grayscale: #9B9B9B. Windows color (decimal): -8869202 or 11446904. OLE color: 11446904.

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

Color convert

RGB 120 170 174 -
CMYK 0.31 0.02 0 0.32
HSL 184.44º 0.25% 0.58% -
HSV(B) 184.44º 0.31% 0.68% -
XYZ 29.76 35.8 45.39 -
YUV 155.51 138.44 102.67 -
System Red Green Blue C M Y K H S L
Decimal 120 170 174 0.31 0.02 0 0.32 184.44 0.25 0.58
Hex 78 AA AE 1F 2 0 20 B8 19 3A
Octal 170 252 256 37 2 0 40 270 31 72
Binary 1111000 10101010 10101110 11111 10 0 100000 10111000 11001 111010

Color Harmonies of #78AAAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78AAAE

Black with #78AAAE

Text Example


Text Example

White with #78AAAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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