Html Css Color HEX #78A6AF Neptune

📋 copy color: '#78A6AF'

red 120 ◦ green 166 ◦ blue 175

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

Shades of Neptune #78A6AF

Tints of Neptune #78A6AF

RGB

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

 GREEN value IS 166 (65.23% from 255) = 36.01%

 BLUE value IS 175 (68.75% from 255) = 37.96%

R = 26.03%
G = 36.01%
B = 37.96%

CMYK

 C value IS 0.31

 M value IS 0.05

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#78A6AF (or 0x78A6AF) is known color: Neptune. HEX triplet: 78, A6 and AF. RGB value is (120,166,175). Sum of RGB (Red+Green+Blue) = 120+166+175=461 (61% of max value = 765). Red value is 120 (47.27% from 255 or 26.03% from 461); Green value is 166 (65.23% from 255 or 36.01% from 461); Blue value is 175 (68.75% from 255 or 37.96% from 461); Max value from RGB is 175 - color contains mainly: blue. Hex color #78A6AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78A6AF is #875950. Grayscale: #999999. Windows color (decimal): -8870225 or 11511416. OLE color: 11511416.

HSL color Cylindrical-coordinate representation of color #78A6AF: hue angle of 189.82º degrees, saturation: 0.26, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #78A6AF is Cyan = 0.31, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 120 166 175 -
CMYK 0.31 0.05 0 0.31
HSL 189.82º 0.26% 0.58% -
HSV(B) 189.82º 0.31% 0.69% -
XYZ 29.12 34.36 45.65 -
YUV 153.27 140.26 104.27 -
System Red Green Blue C M Y K H S L
Decimal 120 166 175 0.31 0.05 0 0.31 189.82 0.26 0.58
Hex 78 A6 AF 1F 5 0 1F BE 1A 3A
Octal 170 246 257 37 5 0 37 276 32 72
Binary 1111000 10100110 10101111 11111 101 0 11111 10111110 11010 111010

Color Harmonies of #78A6AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78A6AF

Black with #78A6AF

Text Example


Text Example

White with #78A6AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,166,175); }

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

background-color css

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

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

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

border-color css

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

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

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