Html Css Color HEX #78AEB4 Neptune

📋 copy color: '#78AEB4'

red 120 ◦ green 174 ◦ blue 180

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

Shades of Neptune #78AEB4

Tints of Neptune #78AEB4

RGB

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

 GREEN value IS 174 (68.36% from 255) = 36.71%

 BLUE value IS 180 (70.7% from 255) = 37.97%

R = 25.32%
G = 36.71%
B = 37.97%

CMYK

 C value IS 0.33

 M value IS 0.03

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#78AEB4 (or 0x78AEB4) is known color: Neptune. HEX triplet: 78, AE and B4. RGB value is (120,174,180). Sum of RGB (Red+Green+Blue) = 120+174+180=474 (62% of max value = 765). Red value is 120 (47.27% from 255 or 25.32% from 474); Green value is 174 (68.36% from 255 or 36.71% from 474); Blue value is 180 (70.70% from 255 or 37.97% from 474); Max value from RGB is 180 - color contains mainly: blue. Hex color #78AEB4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #78AEB4 is #87514B. Grayscale: #9E9E9E. Windows color (decimal): -8868172 or 11841144. OLE color: 11841144.

HSL color Cylindrical-coordinate representation of color #78AEB4: hue angle of 186º degrees, saturation: 0.29, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #78AEB4 is Cyan = 0.33, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 120 174 180 -
CMYK 0.33 0.03 0 0.29
HSL 186º 0.29% 0.59% -
HSV(B) 186º 0.33% 0.71% -
XYZ 31.12 37.56 48.79 -
YUV 158.54 140.11 100.51 -
System Red Green Blue C M Y K H S L
Decimal 120 174 180 0.33 0.03 0 0.29 186 0.29 0.59
Hex 78 AE B4 21 3 0 1D BA 1D 3B
Octal 170 256 264 41 3 0 35 272 35 73
Binary 1111000 10101110 10110100 100001 11 0 11101 10111010 11101 111011

Color Harmonies of #78AEB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78AEB4

Black with #78AEB4

Text Example


Text Example

White with #78AEB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,174,180); }

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

background-color css

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

 a { background-color: rgb(120,174,180); }

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

border-color css

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

 span { border-color: rgb(120,174,180); }

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