Html Css Color HEX #77ABA8 Neptune

📋 copy color: '#77ABA8'

red 119 ◦ green 171 ◦ blue 168

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

Shades of Neptune #77ABA8

Tints of Neptune #77ABA8

RGB

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

 GREEN value IS 171 (67.19% from 255) = 37.34%

 BLUE value IS 168 (66.02% from 255) = 36.68%

R = 25.98%
G = 37.34%
B = 36.68%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.02

 K value IS 0.33

RGB Variations

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

Color information

#77ABA8 (or 0x77ABA8) is known color: Neptune. HEX triplet: 77, AB and A8. RGB value is (119,171,168). Sum of RGB (Red+Green+Blue) = 119+171+168=458 (60% of max value = 765). Red value is 119 (46.88% from 255 or 25.98% from 458); Green value is 171 (67.19% from 255 or 37.34% from 458); Blue value is 168 (66.02% from 255 or 36.68% from 458); Max value from RGB is 171 - color contains mainly: green. Hex color #77ABA8 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77ABA8 is #885457. Grayscale: #9B9B9B. Windows color (decimal): -8934488 or 11053943. OLE color: 11053943.

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

Color convert

RGB 119 171 168 -
CMYK 0.30 0 0.02 0.33
HSL 176.54º 0.24% 0.57% -
HSV(B) 176.54º 0.3% 0.67% -
XYZ 29.24 35.87 42.43 -
YUV 155.11 135.27 102.24 -
System Red Green Blue C M Y K H S L
Decimal 119 171 168 0.30 0 0.02 0.33 176.54 0.24 0.57
Hex 77 AB A8 1E 0 2 21 B1 18 39
Octal 167 253 250 36 0 2 41 261 30 71
Binary 1110111 10101011 10101000 11110 0 10 100001 10110001 11000 111001

Color Harmonies of #77ABA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77ABA8

Black with #77ABA8

Text Example


Text Example

White with #77ABA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,171,168); }

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

background-color css

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

 a { background-color: rgb(119,171,168); }

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

border-color css

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

 span { border-color: rgb(119,171,168); }

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