Html Css Color HEX #78ACB1 Neptune

📋 copy color: '#78ACB1'

red 120 ◦ green 172 ◦ blue 177

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

Shades of Neptune #78ACB1

Tints of Neptune #78ACB1

RGB

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

 GREEN value IS 172 (67.58% from 255) = 36.67%

 BLUE value IS 177 (69.53% from 255) = 37.74%

R = 25.59%
G = 36.67%
B = 37.74%

CMYK

 C value IS 0.32

 M value IS 0.03

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#78ACB1 (or 0x78ACB1) is known color: Neptune. HEX triplet: 78, AC and B1. RGB value is (120,172,177). Sum of RGB (Red+Green+Blue) = 120+172+177=469 (62% of max value = 765). Red value is 120 (47.27% from 255 or 25.59% from 469); Green value is 172 (67.58% from 255 or 36.67% from 469); Blue value is 177 (69.53% from 255 or 37.74% from 469); Max value from RGB is 177 - color contains mainly: blue. Hex color #78ACB1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78ACB1 is #87534E. Grayscale: #9C9C9C. Windows color (decimal): -8868687 or 11644024. OLE color: 11644024.

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

Color convert

RGB 120 172 177 -
CMYK 0.32 0.03 0 0.31
HSL 185.26º 0.27% 0.58% -
HSV(B) 185.26º 0.32% 0.69% -
XYZ 30.43 36.67 47.07 -
YUV 157.02 139.27 101.59 -
System Red Green Blue C M Y K H S L
Decimal 120 172 177 0.32 0.03 0 0.31 185.26 0.27 0.58
Hex 78 AC B1 20 3 0 1F B9 1B 3A
Octal 170 254 261 40 3 0 37 271 33 72
Binary 1111000 10101100 10110001 100000 11 0 11111 10111001 11011 111010

Color Harmonies of #78ACB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78ACB1

Black with #78ACB1

Text Example


Text Example

White with #78ACB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,172,177); }

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

background-color css

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

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

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

border-color css

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

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

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