Html Css Color HEX #78ABB3 Neptune

📋 copy color: '#78ABB3'

red 120 ◦ green 171 ◦ blue 179

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

Shades of Neptune #78ABB3

Tints of Neptune #78ABB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 38.09%

R = 25.53%
G = 36.38%
B = 38.09%

CMYK

 C value IS 0.33

 M value IS 0.04

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#78ABB3 (or 0x78ABB3) is known color: Neptune. HEX triplet: 78, AB and B3. RGB value is (120,171,179). Sum of RGB (Red+Green+Blue) = 120+171+179=470 (62% of max value = 765). Red value is 120 (47.27% from 255 or 25.53% from 470); Green value is 171 (67.19% from 255 or 36.38% from 470); Blue value is 179 (70.31% from 255 or 38.09% from 470); Max value from RGB is 179 - color contains mainly: blue. Hex color #78ABB3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #78ABB3 is #87544C. Grayscale: #9C9C9C. Windows color (decimal): -8868941 or 11774840. OLE color: 11774840.

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

Color convert

RGB 120 171 179 -
CMYK 0.33 0.04 0 0.30
HSL 188.14º 0.28% 0.59% -
HSV(B) 188.14º 0.33% 0.7% -
XYZ 30.45 36.37 48.06 -
YUV 156.66 140.6 101.85 -
System Red Green Blue C M Y K H S L
Decimal 120 171 179 0.33 0.04 0 0.30 188.14 0.28 0.59
Hex 78 AB B3 21 4 0 1E BC 1C 3B
Octal 170 253 263 41 4 0 36 274 34 73
Binary 1111000 10101011 10110011 100001 100 0 11110 10111100 11100 111011

Color Harmonies of #78ABB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78ABB3

Black with #78ABB3

Text Example


Text Example

White with #78ABB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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