#7EAFAF

Color #7EAFAF Neptune (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Neptune #7EAFAF

Tints of Neptune #7EAFAF

Color information

#7EAFAF (or 0x7EAFAF) is unknown color: approx Neptune. HEX triplet: 7E, AF and AF. RGB value is (126,175,175). Sum of RGB (Red+Green+Blue) = 126+175+175=476 (63% of max value = 765). Red value is 126 (49.61% from 255 or 26.47% from 476); Green value is 175 (68.75% from 255 or 36.76% from 476); Blue value is 175 (68.75% from 255 or 36.76% from 476); Max value from RGB is 175 - color contains mainly: green, blue. Hex color #7EAFAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7EAFAF is #815050. Grayscale: #A0A0A0. Windows color (decimal): -8474705 or 11513726. OLE color: 11513726.

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

Color convert

RGB126175175-
CMYK0.28000.31
HSL180º23.44%59.02%-
HSV(B)180º28%68.63%-
XYZ31.6738.1946.26-
YUV160.35136.27103.5-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 26.47%
GREEN value IS 175 (68.75% from 255) = 36.76%
BLUE value IS 175 (68.75% from 255) = 36.76%
R=26.47%
G=36.76%
B=36.76%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1261751750.28000.3118023.4459.02
Hex7EAFAF1C001Fb4173b
Octal1762572573400372642773
Binary111111010101111101011111110000111111011010010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EAFAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,175,175); }

 H1.HeaderClassName
 {
   color: #7EAFAF;
 }
 .AnyTagClassName
 {
   color: #7EAFAF;
 }
</style>
background-color css

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

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

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

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

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

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