Html Css Color HEX #7EADAB Neptune

📋 copy color: '#7EADAB'

red 126 ◦ green 173 ◦ blue 171

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

Shades of Neptune #7EADAB

Tints of Neptune #7EADAB

RGB

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

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

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

R = 26.81%
G = 36.81%
B = 36.38%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.01

 K value IS 0.32

RGB Variations

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

Color information

#7EADAB (or 0x7EADAB) is known color: Neptune. HEX triplet: 7E, AD and AB. RGB value is (126,173,171). Sum of RGB (Red+Green+Blue) = 126+173+171=470 (62% of max value = 765). Red value is 126 (49.61% from 255 or 26.81% from 470); Green value is 173 (67.97% from 255 or 36.81% from 470); Blue value is 171 (67.19% from 255 or 36.38% from 470); Max value from RGB is 173 - color contains mainly: green. Hex color #7EADAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7EADAB is #815254. Grayscale: #9E9E9E. Windows color (decimal): -8475221 or 11251070. OLE color: 11251070.

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

Color convert

RGB 126 173 171 -
CMYK 0.27 0 0.01 0.32
HSL 177.45º 0.22% 0.59% -
HSV(B) 177.45º 0.27% 0.68% -
XYZ 30.9 37.26 44.09 -
YUV 158.72 134.93 104.66 -
System Red Green Blue C M Y K H S L
Decimal 126 173 171 0.27 0 0.01 0.32 177.45 0.22 0.59
Hex 7E AD AB 1B 0 1 20 B1 16 3B
Octal 176 255 253 33 0 1 40 261 26 73
Binary 1111110 10101101 10101011 11011 0 1 100000 10110001 10110 111011

Color Harmonies of #7EADAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EADAB

Black with #7EADAB

Text Example


Text Example

White with #7EADAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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