Html Css Color HEX #7EADAE Neptune

📋 copy color: '#7EADAE'

red 126 ◦ green 173 ◦ blue 174

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

Shades of Neptune #7EADAE

Tints of Neptune #7EADAE

RGB

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

 GREEN value IS 173 (67.97% from 255) = 36.58%

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

R = 26.64%
G = 36.58%
B = 36.79%

CMYK

 C value IS 0.28

 M value IS 0.01

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7EADAE (or 0x7EADAE) is known color: Neptune. HEX triplet: 7E, AD and AE. RGB value is (126,173,174). Sum of RGB (Red+Green+Blue) = 126+173+174=473 (62% of max value = 765). Red value is 126 (49.61% from 255 or 26.64% from 473); Green value is 173 (67.97% from 255 or 36.58% from 473); Blue value is 174 (68.36% from 255 or 36.79% from 473); Max value from RGB is 174 - color contains mainly: blue. Hex color #7EADAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7EADAE is #815251. Grayscale: #9F9F9F. Windows color (decimal): -8475218 or 11447678. OLE color: 11447678.

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

Color convert

RGB 126 173 174 -
CMYK 0.28 0.01 0 0.32
HSL 181.25º 0.23% 0.59% -
HSV(B) 181.25º 0.28% 0.68% -
XYZ 31.19 37.38 45.62 -
YUV 159.06 136.43 104.42 -
System Red Green Blue C M Y K H S L
Decimal 126 173 174 0.28 0.01 0 0.32 181.25 0.23 0.59
Hex 7E AD AE 1C 1 0 20 B5 17 3B
Octal 176 255 256 34 1 0 40 265 27 73
Binary 1111110 10101101 10101110 11100 1 0 100000 10110101 10111 111011

Color Harmonies of #7EADAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EADAE

Black with #7EADAE

Text Example


Text Example

White with #7EADAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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