Html Css Color HEX #78AEAE Neptune

📋 copy color: '#78AEAE'

red 120 ◦ green 174 ◦ blue 174

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

Shades of Neptune #78AEAE

Tints of Neptune #78AEAE

RGB

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

 GREEN value IS 174 (68.36% from 255) = 37.18%

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

R = 25.64%
G = 37.18%
B = 37.18%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#78AEAE (or 0x78AEAE) is known color: Neptune. HEX triplet: 78, AE and AE. RGB value is (120,174,174). Sum of RGB (Red+Green+Blue) = 120+174+174=468 (61% of max value = 765). Red value is 120 (47.27% from 255 or 25.64% from 468); Green value is 174 (68.36% from 255 or 37.18% from 468); Blue value is 174 (68.36% from 255 or 37.18% from 468); Max value from RGB is 174 - color contains mainly: green, blue. Hex color #78AEAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78AEAE is #875151. Grayscale: #9D9D9D. Windows color (decimal): -8868178 or 11447928. OLE color: 11447928.

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

Color convert

RGB 120 174 174 -
CMYK 0.31 0 0 0.32
HSL 180º 0.25% 0.58% -
HSV(B) 180º 0.31% 0.68% -
XYZ 30.52 37.32 45.64 -
YUV 157.85 137.11 101 -
System Red Green Blue C M Y K H S L
Decimal 120 174 174 0.31 0 0 0.32 180 0.25 0.58
Hex 78 AE AE 1F 0 0 20 B4 19 3A
Octal 170 256 256 37 0 0 40 264 31 72
Binary 1111000 10101110 10101110 11111 0 0 100000 10110100 11001 111010

Color Harmonies of #78AEAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78AEAE

Black with #78AEAE

Text Example


Text Example

White with #78AEAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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