Html Css Color HEX #78A9B2 Neptune

📋 copy color: '#78A9B2'

red 120 ◦ green 169 ◦ blue 178

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

Shades of Neptune #78A9B2

Tints of Neptune #78A9B2

RGB

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

 GREEN value IS 169 (66.41% from 255) = 36.19%

 BLUE value IS 178 (69.92% from 255) = 38.12%

R = 25.7%
G = 36.19%
B = 38.12%

CMYK

 C value IS 0.33

 M value IS 0.05

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#78A9B2 (or 0x78A9B2) is known color: Neptune. HEX triplet: 78, A9 and B2. RGB value is (120,169,178). Sum of RGB (Red+Green+Blue) = 120+169+178=467 (61% of max value = 765). Red value is 120 (47.27% from 255 or 25.70% from 467); Green value is 169 (66.41% from 255 or 36.19% from 467); Blue value is 178 (69.92% from 255 or 38.12% from 467); Max value from RGB is 178 - color contains mainly: blue. Hex color #78A9B2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78A9B2 is #87564D. Grayscale: #9B9B9B. Windows color (decimal): -8869454 or 11708792. OLE color: 11708792.

HSL color Cylindrical-coordinate representation of color #78A9B2: hue angle of 189.31º degrees, saturation: 0.27, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #78A9B2 is Cyan = 0.33, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 120 169 178 -
CMYK 0.33 0.05 0 0.30
HSL 189.31º 0.27% 0.58% -
HSV(B) 189.31º 0.33% 0.7% -
XYZ 29.97 35.58 47.41 -
YUV 155.38 140.77 102.77 -
System Red Green Blue C M Y K H S L
Decimal 120 169 178 0.33 0.05 0 0.30 189.31 0.27 0.58
Hex 78 A9 B2 21 5 0 1E BD 1B 3A
Octal 170 251 262 41 5 0 36 275 33 72
Binary 1111000 10101001 10110010 100001 101 0 11110 10111101 11011 111010

Color Harmonies of #78A9B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78A9B2

Black with #78A9B2

Text Example


Text Example

White with #78A9B2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,169,178); }

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

background-color css

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

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

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

border-color css

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

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

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