Html Css Color HEX #7ED1B9 Bermuda

📋 copy color: '#7ED1B9'

red 126 ◦ green 209 ◦ blue 185

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

Shades of Bermuda #7ED1B9

Tints of Bermuda #7ED1B9

RGB

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

 GREEN value IS 209 (82.03% from 255) = 40.19%

 BLUE value IS 185 (72.66% from 255) = 35.58%

R = 24.23%
G = 40.19%
B = 35.58%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.11

 K value IS 0.18

RGB Variations

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

Color information

#7ED1B9 (or 0x7ED1B9) is known color: Bermuda. HEX triplet: 7E, D1 and B9. RGB value is (126,209,185). Sum of RGB (Red+Green+Blue) = 126+209+185=520 (68% of max value = 765). Red value is 126 (49.61% from 255 or 24.23% from 520); Green value is 209 (82.03% from 255 or 40.19% from 520); Blue value is 185 (72.66% from 255 or 35.58% from 520); Max value from RGB is 209 - color contains mainly: green. Hex color #7ED1B9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ED1B9 is #812E46. Grayscale: #B5B5B5. Windows color (decimal): -8465991 or 12177790. OLE color: 12177790.

HSL color Cylindrical-coordinate representation of color #7ED1B9: hue angle of 162.65º degrees, saturation: 0.47, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7ED1B9 is Cyan = 0.40, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.18.

Color convert

RGB 126 209 185 -
CMYK 0.40 0 0.11 0.18
HSL 162.65º 0.47% 0.66% -
HSV(B) 162.65º 0.4% 0.82% -
XYZ 40.16 53.54 54.12 -
YUV 181.45 130 88.45 -
System Red Green Blue C M Y K H S L
Decimal 126 209 185 0.40 0 0.11 0.18 162.65 0.47 0.66
Hex 7E D1 B9 28 0 B 12 A3 2F 42
Octal 176 321 271 50 0 13 22 243 57 102
Binary 1111110 11010001 10111001 101000 0 1011 10010 10100011 101111 1000010

Color Harmonies of #7ED1B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ED1B9

Black with #7ED1B9

Text Example


Text Example

White with #7ED1B9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,209,185); }

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

background-color css

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

 a { background-color: rgb(126,209,185); }

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

border-color css

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

 span { border-color: rgb(126,209,185); }

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