Html Css Color HEX #78A29E Neptune

📋 copy color: '#78A29E'

red 120 ◦ green 162 ◦ blue 158

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

Shades of Neptune #78A29E

Tints of Neptune #78A29E

RGB

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

 GREEN value IS 162 (63.67% from 255) = 36.82%

 BLUE value IS 158 (62.11% from 255) = 35.91%

R = 27.27%
G = 36.82%
B = 35.91%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.02

 K value IS 0.36

RGB Variations

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

Color information

#78A29E (or 0x78A29E) is known color: Neptune. HEX triplet: 78, A2 and 9E. RGB value is (120,162,158). Sum of RGB (Red+Green+Blue) = 120+162+158=440 (58% of max value = 765). Red value is 120 (47.27% from 255 or 27.27% from 440); Green value is 162 (63.67% from 255 or 36.82% from 440); Blue value is 158 (62.11% from 255 or 35.91% from 440); Max value from RGB is 162 - color contains mainly: green. Hex color #78A29E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78A29E is #875D61. Grayscale: #949494. Windows color (decimal): -8871266 or 10396280. OLE color: 10396280.

HSL color Cylindrical-coordinate representation of color #78A29E: hue angle of 174.29º degrees, saturation: 0.18, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #78A29E is Cyan = 0.26, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.36.

Color convert

RGB 120 162 158 -
CMYK 0.26 0 0.02 0.36
HSL 174.29º 0.18% 0.55% -
HSV(B) 174.29º 0.26% 0.64% -
XYZ 26.84 32.3 37.17 -
YUV 148.99 133.09 107.33 -
System Red Green Blue C M Y K H S L
Decimal 120 162 158 0.26 0 0.02 0.36 174.29 0.18 0.55
Hex 78 A2 9E 1A 0 2 24 AE 12 37
Octal 170 242 236 32 0 2 44 256 22 67
Binary 1111000 10100010 10011110 11010 0 10 100100 10101110 10010 110111

Color Harmonies of #78A29E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78A29E

Black with #78A29E

Text Example


Text Example

White with #78A29E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,162,158); }

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

background-color css

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

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

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

border-color css

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

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

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