Html Css Color HEX #7EAEAC Neptune

📋 copy color: '#7EAEAC'

red 126 ◦ green 174 ◦ blue 172

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

Shades of Neptune #7EAEAC

Tints of Neptune #7EAEAC

RGB

 RED value IS 126 (49.61% from 255) = 26.69%

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

 BLUE value IS 172 (67.58% from 255) = 36.44%

R = 26.69%
G = 36.86%
B = 36.44%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.01

 K value IS 0.32

RGB Variations

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

Color information

#7EAEAC (or 0x7EAEAC) is known color: Neptune. HEX triplet: 7E, AE and AC. RGB value is (126,174,172). Sum of RGB (Red+Green+Blue) = 126+174+172=472 (62% of max value = 765). Red value is 126 (49.61% from 255 or 26.69% from 472); Green value is 174 (68.36% from 255 or 36.86% from 472); Blue value is 172 (67.58% from 255 or 36.44% from 472); Max value from RGB is 174 - color contains mainly: green. Hex color #7EAEAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7EAEAC is #815153. Grayscale: #9F9F9F. Windows color (decimal): -8474964 or 11316862. OLE color: 11316862.

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

Color convert

RGB 126 174 172 -
CMYK 0.28 0 0.01 0.32
HSL 177.5º 0.23% 0.59% -
HSV(B) 177.5º 0.28% 0.68% -
XYZ 31.19 37.69 44.66 -
YUV 159.42 135.1 104.16 -
System Red Green Blue C M Y K H S L
Decimal 126 174 172 0.28 0 0.01 0.32 177.5 0.23 0.59
Hex 7E AE AC 1C 0 1 20 B2 17 3B
Octal 176 256 254 34 0 1 40 262 27 73
Binary 1111110 10101110 10101100 11100 0 1 100000 10110010 10111 111011

Color Harmonies of #7EAEAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EAEAC

Black with #7EAEAC

Text Example


Text Example

White with #7EAEAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,174,172); }

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

background-color css

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

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

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

border-color css

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

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

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