Html Css Color HEX #77ACAA Neptune

📋 copy color: '#77ACAA'

red 119 ◦ green 172 ◦ blue 170

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

Shades of Neptune #77ACAA

Tints of Neptune #77ACAA

RGB

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

 GREEN value IS 172 (67.58% from 255) = 37.31%

 BLUE value IS 170 (66.8% from 255) = 36.88%

R = 25.81%
G = 37.31%
B = 36.88%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

#77ACAA (or 0x77ACAA) is known color: Neptune. HEX triplet: 77, AC and AA. RGB value is (119,172,170). Sum of RGB (Red+Green+Blue) = 119+172+170=461 (61% of max value = 765). Red value is 119 (46.88% from 255 or 25.81% from 461); Green value is 172 (67.58% from 255 or 37.31% from 461); Blue value is 170 (66.80% from 255 or 36.88% from 461); Max value from RGB is 172 - color contains mainly: green. Hex color #77ACAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77ACAA is #885355. Grayscale: #9B9B9B. Windows color (decimal): -8934230 or 11185271. OLE color: 11185271.

HSL color Cylindrical-coordinate representation of color #77ACAA: hue angle of 177.74º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #77ACAA is Cyan = 0.31, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.33.

Color convert

RGB 119 172 170 -
CMYK 0.31 0 0.01 0.33
HSL 177.74º 0.24% 0.57% -
HSV(B) 177.74º 0.31% 0.67% -
XYZ 29.62 36.33 43.48 -
YUV 155.93 135.94 101.66 -
System Red Green Blue C M Y K H S L
Decimal 119 172 170 0.31 0 0.01 0.33 177.74 0.24 0.57
Hex 77 AC AA 1F 0 1 21 B2 18 39
Octal 167 254 252 37 0 1 41 262 30 71
Binary 1110111 10101100 10101010 11111 0 1 100001 10110010 11000 111001

Color Harmonies of #77ACAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77ACAA

Black with #77ACAA

Text Example


Text Example

White with #77ACAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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