Html Css Color HEX #7EB5A1 Sea Nymph

📋 copy color: '#7EB5A1'

red 126 ◦ green 181 ◦ blue 161

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

Shades of Sea Nymph #7EB5A1

Tints of Sea Nymph #7EB5A1

RGB

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

 GREEN value IS 181 (71.09% from 255) = 38.68%

 BLUE value IS 161 (63.28% from 255) = 34.4%

R = 26.92%
G = 38.68%
B = 34.4%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.11

 K value IS 0.29

RGB Variations

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

Color information

#7EB5A1 (or 0x7EB5A1) is known color: Sea Nymph. HEX triplet: 7E, B5 and A1. RGB value is (126,181,161). Sum of RGB (Red+Green+Blue) = 126+181+161=468 (61% of max value = 765). Red value is 126 (49.61% from 255 or 26.92% from 468); Green value is 181 (71.09% from 255 or 38.68% from 468); Blue value is 161 (63.28% from 255 or 34.40% from 468); Max value from RGB is 181 - color contains mainly: green. Hex color #7EB5A1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7EB5A1 is #814A5E. Grayscale: #A2A2A2. Windows color (decimal): -8473183 or 10597758. OLE color: 10597758.

HSL color Cylindrical-coordinate representation of color #7EB5A1: hue angle of 158.18º degrees, saturation: 0.27, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7EB5A1 is Cyan = 0.30, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.29.

Color convert

RGB 126 181 161 -
CMYK 0.30 0 0.11 0.29
HSL 158.18º 0.27% 0.6% -
HSV(B) 158.18º 0.3% 0.71% -
XYZ 31.56 40.06 39.79 -
YUV 162.28 127.28 102.13 -
System Red Green Blue C M Y K H S L
Decimal 126 181 161 0.30 0 0.11 0.29 158.18 0.27 0.6
Hex 7E B5 A1 1E 0 B 1D 9E 1B 3C
Octal 176 265 241 36 0 13 35 236 33 74
Binary 1111110 10110101 10100001 11110 0 1011 11101 10011110 11011 111100

Color Harmonies of #7EB5A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EB5A1

Black with #7EB5A1

Text Example


Text Example

White with #7EB5A1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,181,161); }

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

background-color css

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

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

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

border-color css

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

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

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