Html Css Color HEX #78ABAE Neptune

📋 copy color: '#78ABAE'

red 120 ◦ green 171 ◦ blue 174

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

Shades of Neptune #78ABAE

Tints of Neptune #78ABAE

RGB

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

 GREEN value IS 171 (67.19% from 255) = 36.77%

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

R = 25.81%
G = 36.77%
B = 37.42%

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

#78ABAE (or 0x78ABAE) is known color: Neptune. HEX triplet: 78, AB and AE. RGB value is (120,171,174). Sum of RGB (Red+Green+Blue) = 120+171+174=465 (61% of max value = 765). Red value is 120 (47.27% from 255 or 25.81% from 465); Green value is 171 (67.19% from 255 or 36.77% from 465); Blue value is 174 (68.36% from 255 or 37.42% from 465); Max value from RGB is 174 - color contains mainly: blue. Hex color #78ABAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78ABAE is #875451. Grayscale: #9C9C9C. Windows color (decimal): -8868946 or 11447160. OLE color: 11447160.

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

Color convert

RGB 120 171 174 -
CMYK 0.31 0.02 0 0.32
HSL 183.33º 0.25% 0.58% -
HSV(B) 183.33º 0.31% 0.68% -
XYZ 29.95 36.17 45.45 -
YUV 156.09 138.1 102.26 -
System Red Green Blue C M Y K H S L
Decimal 120 171 174 0.31 0.02 0 0.32 183.33 0.25 0.58
Hex 78 AB AE 1F 2 0 20 B7 19 3A
Octal 170 253 256 37 2 0 40 267 31 72
Binary 1111000 10101011 10101110 11111 10 0 100000 10110111 11001 111010

Color Harmonies of #78ABAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78ABAE

Black with #78ABAE

Text Example


Text Example

White with #78ABAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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