Html Css Color HEX #7FAEAB Neptune

📋 copy color: '#7FAEAB'

red 127 ◦ green 174 ◦ blue 171

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

Shades of Neptune #7FAEAB

Tints of Neptune #7FAEAB

RGB

 RED value IS 127 (50% from 255) = 26.91%

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

 BLUE value IS 171 (67.19% from 255) = 36.23%

R = 26.91%
G = 36.86%
B = 36.23%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.02

 K value IS 0.32

RGB Variations

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

Color information

#7FAEAB (or 0x7FAEAB) is known color: Neptune. HEX triplet: 7F, AE and AB. RGB value is (127,174,171). Sum of RGB (Red+Green+Blue) = 127+174+171=472 (62% of max value = 765). Red value is 127 (50% from 255 or 26.91% from 472); Green value is 174 (68.36% from 255 or 36.86% from 472); Blue value is 171 (67.19% from 255 or 36.23% from 472); Max value from RGB is 174 - color contains mainly: green. Hex color #7FAEAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7FAEAB is #805154. Grayscale: #9F9F9F. Windows color (decimal): -8409429 or 11251327. OLE color: 11251327.

HSL color Cylindrical-coordinate representation of color #7FAEAB: hue angle of 176.17º degrees, saturation: 0.22, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7FAEAB is Cyan = 0.27, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.32.

Color convert

RGB 127 174 171 -
CMYK 0.27 0 0.02 0.32
HSL 176.17º 0.22% 0.59% -
HSV(B) 176.17º 0.27% 0.68% -
XYZ 31.24 37.72 44.16 -
YUV 159.61 134.43 104.74 -
System Red Green Blue C M Y K H S L
Decimal 127 174 171 0.27 0 0.02 0.32 176.17 0.22 0.59
Hex 7F AE AB 1B 0 2 20 B0 16 3B
Octal 177 256 253 33 0 2 40 260 26 73
Binary 1111111 10101110 10101011 11011 0 10 100000 10110000 10110 111011

Color Harmonies of #7FAEAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FAEAB

Black with #7FAEAB

Text Example


Text Example

White with #7FAEAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7FAEAB; }

 p { color: rgb(127,174,171); }

 H1.HeaderClassName
 {
   color: #7FAEAB;
 }
 .AnyTagClassName
 {
   color: #7FAEAB;
 }
</style>

background-color css

<style>
 a { background-color: #7FAEAB; }

 a { background-color: rgb(127,174,171); }

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

border-color css

<style>
 span { border-color: #7FAEAB; }

 span { border-color: rgb(127,174,171); }

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