Html Css Color HEX #78AAAF Neptune

📋 copy color: '#78AAAF'

red 120 ◦ green 170 ◦ blue 175

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

Shades of Neptune #78AAAF

Tints of Neptune #78AAAF

RGB

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

 GREEN value IS 170 (66.8% from 255) = 36.56%

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

R = 25.81%
G = 36.56%
B = 37.63%

CMYK

 C value IS 0.31

 M value IS 0.03

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#78AAAF (or 0x78AAAF) is known color: Neptune. HEX triplet: 78, AA and AF. RGB value is (120,170,175). Sum of RGB (Red+Green+Blue) = 120+170+175=465 (61% of max value = 765). Red value is 120 (47.27% from 255 or 25.81% from 465); Green value is 170 (66.80% from 255 or 36.56% from 465); Blue value is 175 (68.75% from 255 or 37.63% from 465); Max value from RGB is 175 - color contains mainly: blue. Hex color #78AAAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78AAAF is #875550. Grayscale: #9B9B9B. Windows color (decimal): -8869201 or 11512440. OLE color: 11512440.

HSL color Cylindrical-coordinate representation of color #78AAAF: hue angle of 185.45º 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 #78AAAF is Cyan = 0.31, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 120 170 175 -
CMYK 0.31 0.03 0 0.31
HSL 185.45º 0.26% 0.58% -
HSV(B) 185.45º 0.31% 0.69% -
XYZ 29.86 35.84 45.9 -
YUV 155.62 138.94 102.59 -
System Red Green Blue C M Y K H S L
Decimal 120 170 175 0.31 0.03 0 0.31 185.45 0.26 0.58
Hex 78 AA AF 1F 3 0 1F B9 1A 3A
Octal 170 252 257 37 3 0 37 271 32 72
Binary 1111000 10101010 10101111 11111 11 0 11111 10111001 11010 111010

Color Harmonies of #78AAAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78AAAF

Black with #78AAAF

Text Example


Text Example

White with #78AAAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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