Html Css Color HEX #7EACA0 Sea Nymph

📋 copy color: '#7EACA0'

red 126 ◦ green 172 ◦ blue 160

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

Shades of Sea Nymph #7EACA0

Tints of Sea Nymph #7EACA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 34.93%

R = 27.51%
G = 37.55%
B = 34.93%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.07

 K value IS 0.33

RGB Variations

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

Color information

#7EACA0 (or 0x7EACA0) is known color: Sea Nymph. HEX triplet: 7E, AC and A0. RGB value is (126,172,160). Sum of RGB (Red+Green+Blue) = 126+172+160=458 (60% of max value = 765). Red value is 126 (49.61% from 255 or 27.51% from 458); Green value is 172 (67.58% from 255 or 37.55% from 458); Blue value is 160 (62.89% from 255 or 34.93% from 458); Max value from RGB is 172 - color contains mainly: green. Hex color #7EACA0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7EACA0 is #81535F. Grayscale: #9C9C9C. Windows color (decimal): -8475488 or 10529918. OLE color: 10529918.

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

Color convert

RGB 126 172 160 -
CMYK 0.27 0 0.07 0.33
HSL 164.35º 0.22% 0.58% -
HSV(B) 164.35º 0.27% 0.67% -
XYZ 29.7 36.48 38.73 -
YUV 156.88 129.76 105.98 -
System Red Green Blue C M Y K H S L
Decimal 126 172 160 0.27 0 0.07 0.33 164.35 0.22 0.58
Hex 7E AC A0 1B 0 7 21 A4 16 3A
Octal 176 254 240 33 0 7 41 244 26 72
Binary 1111110 10101100 10100000 11011 0 111 100001 10100100 10110 111010

Color Harmonies of #7EACA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EACA0

Black with #7EACA0

Text Example


Text Example

White with #7EACA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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