Html Css Color HEX #7FAEAF Neptune

📋 copy color: '#7FAEAF'

red 127 ◦ green 174 ◦ blue 175

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

Shades of Neptune #7FAEAF

Tints of Neptune #7FAEAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 36.76%

R = 26.68%
G = 36.55%
B = 36.76%

CMYK

 C value IS 0.27

 M value IS 0.01

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#7FAEAF (or 0x7FAEAF) is known color: Neptune. HEX triplet: 7F, AE and AF. RGB value is (127,174,175). Sum of RGB (Red+Green+Blue) = 127+174+175=476 (63% of max value = 765). Red value is 127 (50% from 255 or 26.68% from 476); Green value is 174 (68.36% from 255 or 36.55% from 476); Blue value is 175 (68.75% from 255 or 36.76% from 476); Max value from RGB is 175 - color contains mainly: blue. Hex color #7FAEAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7FAEAF is #805150. Grayscale: #A0A0A0. Windows color (decimal): -8409425 or 11513471. OLE color: 11513471.

HSL color Cylindrical-coordinate representation of color #7FAEAF: hue angle of 181.25º degrees, saturation: 0.23, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7FAEAF is Cyan = 0.27, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 127 174 175 -
CMYK 0.27 0.01 0 0.31
HSL 181.25º 0.23% 0.59% -
HSV(B) 181.25º 0.27% 0.69% -
XYZ 31.63 37.88 46.2 -
YUV 160.06 136.43 104.42 -
System Red Green Blue C M Y K H S L
Decimal 127 174 175 0.27 0.01 0 0.31 181.25 0.23 0.59
Hex 7F AE AF 1B 1 0 1F B5 17 3B
Octal 177 256 257 33 1 0 37 265 27 73
Binary 1111111 10101110 10101111 11011 1 0 11111 10110101 10111 111011

Color Harmonies of #7FAEAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FAEAF

Black with #7FAEAF

Text Example


Text Example

White with #7FAEAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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