Html Css Color HEX #78AFB0 Neptune

📋 copy color: '#78AFB0'

red 120 ◦ green 175 ◦ blue 176

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

Shades of Neptune #78AFB0

Tints of Neptune #78AFB0

RGB

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

 GREEN value IS 175 (68.75% from 255) = 37.15%

 BLUE value IS 176 (69.14% from 255) = 37.37%

R = 25.48%
G = 37.15%
B = 37.37%

CMYK

 C value IS 0.32

 M value IS 0.01

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#78AFB0 (or 0x78AFB0) is known color: Neptune. HEX triplet: 78, AF and B0. RGB value is (120,175,176). Sum of RGB (Red+Green+Blue) = 120+175+176=471 (62% of max value = 765). Red value is 120 (47.27% from 255 or 25.48% from 471); Green value is 175 (68.75% from 255 or 37.15% from 471); Blue value is 176 (69.14% from 255 or 37.37% from 471); Max value from RGB is 176 - color contains mainly: blue. Hex color #78AFB0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78AFB0 is #87504F. Grayscale: #9E9E9E. Windows color (decimal): -8867920 or 11579256. OLE color: 11579256.

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

Color convert

RGB 120 175 176 -
CMYK 0.32 0.01 0 0.31
HSL 181.07º 0.26% 0.58% -
HSV(B) 181.07º 0.32% 0.69% -
XYZ 30.91 37.79 46.74 -
YUV 158.67 137.78 100.42 -
System Red Green Blue C M Y K H S L
Decimal 120 175 176 0.32 0.01 0 0.31 181.07 0.26 0.58
Hex 78 AF B0 20 1 0 1F B5 1A 3A
Octal 170 257 260 40 1 0 37 265 32 72
Binary 1111000 10101111 10110000 100000 1 0 11111 10110101 11010 111010

Color Harmonies of #78AFB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78AFB0

Black with #78AFB0

Text Example


Text Example

White with #78AFB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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