Html Css Color HEX #7EACA2 Sea Nymph

📋 copy color: '#7EACA2'

red 126 ◦ green 172 ◦ blue 162

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

Shades of Sea Nymph #7EACA2

Tints of Sea Nymph #7EACA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 35.22%

R = 27.39%
G = 37.39%
B = 35.22%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.06

 K value IS 0.33

RGB Variations

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

Color information

#7EACA2 (or 0x7EACA2) is known color: Sea Nymph. HEX triplet: 7E, AC and A2. RGB value is (126,172,162). Sum of RGB (Red+Green+Blue) = 126+172+162=460 (60% of max value = 765). Red value is 126 (49.61% from 255 or 27.39% from 460); Green value is 172 (67.58% from 255 or 37.39% from 460); Blue value is 162 (63.67% from 255 or 35.22% from 460); Max value from RGB is 172 - color contains mainly: green. Hex color #7EACA2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7EACA2 is #81535D. Grayscale: #9D9D9D. Windows color (decimal): -8475486 or 10660990. OLE color: 10660990.

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

Color convert

RGB 126 172 162 -
CMYK 0.27 0 0.06 0.33
HSL 166.96º 0.22% 0.58% -
HSV(B) 166.96º 0.27% 0.67% -
XYZ 29.88 36.55 39.66 -
YUV 157.11 130.76 105.81 -
System Red Green Blue C M Y K H S L
Decimal 126 172 162 0.27 0 0.06 0.33 166.96 0.22 0.58
Hex 7E AC A2 1B 0 6 21 A7 16 3A
Octal 176 254 242 33 0 6 41 247 26 72
Binary 1111110 10101100 10100010 11011 0 110 100001 10100111 10110 111010

Color Harmonies of #7EACA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EACA2

Black with #7EACA2

Text Example


Text Example

White with #7EACA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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