Html Css Color HEX #7EDCC1 Bermuda

📋 copy color: '#7EDCC1'

red 126 ◦ green 220 ◦ blue 193

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

Shades of Bermuda #7EDCC1

Tints of Bermuda #7EDCC1

RGB

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

 GREEN value IS 220 (86.33% from 255) = 40.82%

 BLUE value IS 193 (75.78% from 255) = 35.81%

R = 23.38%
G = 40.82%
B = 35.81%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.12

 K value IS 0.14

RGB Variations

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

Color information

#7EDCC1 (or 0x7EDCC1) is known color: Bermuda. HEX triplet: 7E, DC and C1. RGB value is (126,220,193). Sum of RGB (Red+Green+Blue) = 126+220+193=539 (71% of max value = 765). Red value is 126 (49.61% from 255 or 23.38% from 539); Green value is 220 (86.33% from 255 or 40.82% from 539); Blue value is 193 (75.78% from 255 or 35.81% from 539); Max value from RGB is 220 - color contains mainly: green. Hex color #7EDCC1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7EDCC1 is #81233E. Grayscale: #BCBCBC. Windows color (decimal): -8463167 or 12704894. OLE color: 12704894.

HSL color Cylindrical-coordinate representation of color #7EDCC1: hue angle of 162.77º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7EDCC1 is Cyan = 0.43, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.14.

Color convert

RGB 126 220 193 -
CMYK 0.43 0 0.12 0.14
HSL 162.77º 0.57% 0.68% -
HSV(B) 162.77º 0.43% 0.86% -
XYZ 43.82 59.47 59.62 -
YUV 188.82 130.36 83.2 -
System Red Green Blue C M Y K H S L
Decimal 126 220 193 0.43 0 0.12 0.14 162.77 0.57 0.68
Hex 7E DC C1 2B 0 C E A3 39 44
Octal 176 334 301 53 0 14 16 243 71 104
Binary 1111110 11011100 11000001 101011 0 1100 1110 10100011 111001 1000100

Color Harmonies of #7EDCC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EDCC1

Black with #7EDCC1

Text Example


Text Example

White with #7EDCC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,220,193); }

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

background-color css

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

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

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

border-color css

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

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

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