Html Css Color HEX #77AFAE Neptune

📋 copy color: '#77AFAE'

red 119 ◦ green 175 ◦ blue 174

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

Shades of Neptune #77AFAE

Tints of Neptune #77AFAE

RGB

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

 GREEN value IS 175 (68.75% from 255) = 37.39%

 BLUE value IS 174 (68.36% from 255) = 37.18%

R = 25.43%
G = 37.39%
B = 37.18%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.01

 K value IS 0.31

RGB Variations

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

Color information

#77AFAE (or 0x77AFAE) is known color: Neptune. HEX triplet: 77, AF and AE. RGB value is (119,175,174). Sum of RGB (Red+Green+Blue) = 119+175+174=468 (61% of max value = 765). Red value is 119 (46.88% from 255 or 25.43% from 468); Green value is 175 (68.75% from 255 or 37.39% from 468); Blue value is 174 (68.36% from 255 or 37.18% from 468); Max value from RGB is 175 - color contains mainly: green. Hex color #77AFAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77AFAE is #885051. Grayscale: #9E9E9E. Windows color (decimal): -8933458 or 11448183. OLE color: 11448183.

HSL color Cylindrical-coordinate representation of color #77AFAE: hue angle of 178.93º degrees, saturation: 0.26, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #77AFAE is Cyan = 0.32, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.31.

Color convert

RGB 119 175 174 -
CMYK 0.32 0 0.01 0.31
HSL 178.93º 0.26% 0.58% -
HSV(B) 178.93º 0.32% 0.69% -
XYZ 30.58 37.64 45.7 -
YUV 158.14 136.95 100.08 -
System Red Green Blue C M Y K H S L
Decimal 119 175 174 0.32 0 0.01 0.31 178.93 0.26 0.58
Hex 77 AF AE 20 0 1 1F B3 1A 3A
Octal 167 257 256 40 0 1 37 263 32 72
Binary 1110111 10101111 10101110 100000 0 1 11111 10110011 11010 111010

Color Harmonies of #77AFAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77AFAE

Black with #77AFAE

Text Example


Text Example

White with #77AFAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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