Html Css Color HEX #7EBCA5 Sea Nymph

📋 copy color: '#7EBCA5'

red 126 ◦ green 188 ◦ blue 165

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

Shades of Sea Nymph #7EBCA5

Tints of Sea Nymph #7EBCA5

RGB

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

 GREEN value IS 188 (73.83% from 255) = 39.25%

 BLUE value IS 165 (64.84% from 255) = 34.45%

R = 26.3%
G = 39.25%
B = 34.45%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.12

 K value IS 0.26

RGB Variations

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

Color information

#7EBCA5 (or 0x7EBCA5) is known color: Sea Nymph. HEX triplet: 7E, BC and A5. RGB value is (126,188,165). Sum of RGB (Red+Green+Blue) = 126+188+165=479 (63% of max value = 765). Red value is 126 (49.61% from 255 or 26.30% from 479); Green value is 188 (73.83% from 255 or 39.25% from 479); Blue value is 165 (64.84% from 255 or 34.45% from 479); Max value from RGB is 188 - color contains mainly: green. Hex color #7EBCA5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7EBCA5 is #81435A. Grayscale: #A6A6A6. Windows color (decimal): -8471387 or 10861694. OLE color: 10861694.

HSL color Cylindrical-coordinate representation of color #7EBCA5: hue angle of 157.74º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7EBCA5 is Cyan = 0.33, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.26.

Color convert

RGB 126 188 165 -
CMYK 0.33 0 0.12 0.26
HSL 157.74º 0.32% 0.62% -
HSV(B) 157.74º 0.33% 0.74% -
XYZ 33.38 43.12 42.16 -
YUV 166.84 126.96 98.87 -
System Red Green Blue C M Y K H S L
Decimal 126 188 165 0.33 0 0.12 0.26 157.74 0.32 0.62
Hex 7E BC A5 21 0 C 1A 9E 20 3E
Octal 176 274 245 41 0 14 32 236 40 76
Binary 1111110 10111100 10100101 100001 0 1100 11010 10011110 100000 111110

Color Harmonies of #7EBCA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EBCA5

Black with #7EBCA5

Text Example


Text Example

White with #7EBCA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,188,165); }

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

background-color css

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

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

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

border-color css

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

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

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