Html Css Color HEX #7EACAC Neptune

📋 copy color: '#7EACAC'

red 126 ◦ green 172 ◦ blue 172

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

Shades of Neptune #7EACAC

Tints of Neptune #7EACAC

RGB

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

 GREEN value IS 172 (67.58% from 255) = 36.6%

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

R = 26.81%
G = 36.6%
B = 36.6%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7EACAC (or 0x7EACAC) is known color: Neptune. HEX triplet: 7E, AC and AC. RGB value is (126,172,172). Sum of RGB (Red+Green+Blue) = 126+172+172=470 (62% of max value = 765). Red value is 126 (49.61% from 255 or 26.81% from 470); Green value is 172 (67.58% from 255 or 36.60% from 470); Blue value is 172 (67.58% from 255 or 36.60% from 470); Max value from RGB is 172 - color contains mainly: green, blue. Hex color #7EACAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7EACAC is #815353. Grayscale: #9E9E9E. Windows color (decimal): -8475476 or 11316350. OLE color: 11316350.

HSL color Cylindrical-coordinate representation of color #7EACAC: hue angle of 180º degrees, saturation: 0.22, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7EACAC is Cyan = 0.27, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 126 172 172 -
CMYK 0.27 0 0 0.33
HSL 180º 0.22% 0.58% -
HSV(B) 180º 0.27% 0.67% -
XYZ 30.8 36.92 44.53 -
YUV 158.25 135.76 105 -
System Red Green Blue C M Y K H S L
Decimal 126 172 172 0.27 0 0 0.33 180 0.22 0.58
Hex 7E AC AC 1B 0 0 21 B4 16 3A
Octal 176 254 254 33 0 0 41 264 26 72
Binary 1111110 10101100 10101100 11011 0 0 100001 10110100 10110 111010

Color Harmonies of #7EACAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EACAC

Black with #7EACAC

Text Example


Text Example

White with #7EACAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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