Html Css Color HEX #77AEAC Neptune

📋 copy color: '#77AEAC'

red 119 ◦ green 174 ◦ blue 172

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

Shades of Neptune #77AEAC

Tints of Neptune #77AEAC

RGB

 RED value IS 119 (46.88% from 255) = 25.59%

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

 BLUE value IS 172 (67.58% from 255) = 36.99%

R = 25.59%
G = 37.42%
B = 36.99%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.01

 K value IS 0.32

RGB Variations

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

Color information

#77AEAC (or 0x77AEAC) is known color: Neptune. HEX triplet: 77, AE and AC. RGB value is (119,174,172). Sum of RGB (Red+Green+Blue) = 119+174+172=465 (61% of max value = 765). Red value is 119 (46.88% from 255 or 25.59% from 465); Green value is 174 (68.36% from 255 or 37.42% from 465); Blue value is 172 (67.58% from 255 or 36.99% from 465); Max value from RGB is 174 - color contains mainly: green. Hex color #77AEAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77AEAC is #885153. Grayscale: #9D9D9D. Windows color (decimal): -8933716 or 11316855. OLE color: 11316855.

HSL color Cylindrical-coordinate representation of color #77AEAC: hue angle of 177.82º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #77AEAC is Cyan = 0.32, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.32.

Color convert

RGB 119 174 172 -
CMYK 0.32 0 0.01 0.32
HSL 177.82º 0.25% 0.57% -
HSV(B) 177.82º 0.32% 0.68% -
XYZ 30.19 37.17 44.61 -
YUV 157.33 136.28 100.66 -
System Red Green Blue C M Y K H S L
Decimal 119 174 172 0.32 0 0.01 0.32 177.82 0.25 0.57
Hex 77 AE AC 20 0 1 20 B2 19 39
Octal 167 256 254 40 0 1 40 262 31 71
Binary 1110111 10101110 10101100 100000 0 1 100000 10110010 11001 111001

Color Harmonies of #77AEAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77AEAC

Black with #77AEAC

Text Example


Text Example

White with #77AEAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77AEAC; }

 p { color: rgb(119,174,172); }

 H1.HeaderClassName
 {
   color: #77AEAC;
 }
 .AnyTagClassName
 {
   color: #77AEAC;
 }
</style>

background-color css

<style>
 a { background-color: #77AEAC; }

 a { background-color: rgb(119,174,172); }

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

border-color css

<style>
 span { border-color: #77AEAC; }

 span { border-color: rgb(119,174,172); }

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