Html Css Color HEX #7FAEAE Neptune

📋 copy color: '#7FAEAE'

red 127 ◦ green 174 ◦ blue 174

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

Shades of Neptune #7FAEAE

Tints of Neptune #7FAEAE

RGB

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

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

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

R = 26.74%
G = 36.63%
B = 36.63%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7FAEAE (or 0x7FAEAE) is known color: Neptune. HEX triplet: 7F, AE and AE. RGB value is (127,174,174). Sum of RGB (Red+Green+Blue) = 127+174+174=475 (62% of max value = 765). Red value is 127 (50% from 255 or 26.74% from 475); Green value is 174 (68.36% from 255 or 36.63% from 475); Blue value is 174 (68.36% from 255 or 36.63% from 475); Max value from RGB is 174 - color contains mainly: green, blue. Hex color #7FAEAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7FAEAE is #805151. Grayscale: #9F9F9F. Windows color (decimal): -8409426 or 11447935. OLE color: 11447935.

HSL color Cylindrical-coordinate representation of color #7FAEAE: hue angle of 180º 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 #7FAEAE is Cyan = 0.27, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 127 174 174 -
CMYK 0.27 0 0 0.32
HSL 180º 0.22% 0.59% -
HSV(B) 180º 0.27% 0.68% -
XYZ 31.53 37.84 45.69 -
YUV 159.95 135.93 104.5 -
System Red Green Blue C M Y K H S L
Decimal 127 174 174 0.27 0 0 0.32 180 0.22 0.59
Hex 7F AE AE 1B 0 0 20 B4 16 3B
Octal 177 256 256 33 0 0 40 264 26 73
Binary 1111111 10101110 10101110 11011 0 0 100000 10110100 10110 111011

Color Harmonies of #7FAEAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FAEAE

Black with #7FAEAE

Text Example


Text Example

White with #7FAEAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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