Html Css Color HEX #7ED1C7 Bermuda

📋 copy color: '#7ED1C7'

red 126 ◦ green 209 ◦ blue 199

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

Shades of Bermuda #7ED1C7

Tints of Bermuda #7ED1C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 37.27%

R = 23.6%
G = 39.14%
B = 37.27%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.05

 K value IS 0.18

RGB Variations

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

Color information

#7ED1C7 (or 0x7ED1C7) is known color: Bermuda. HEX triplet: 7E, D1 and C7. RGB value is (126,209,199). Sum of RGB (Red+Green+Blue) = 126+209+199=534 (70% of max value = 765). Red value is 126 (49.61% from 255 or 23.60% from 534); Green value is 209 (82.03% from 255 or 39.14% from 534); Blue value is 199 (78.12% from 255 or 37.27% from 534); Max value from RGB is 209 - color contains mainly: green. Hex color #7ED1C7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ED1C7 is #812E38. Grayscale: #B7B7B7. Windows color (decimal): -8465977 or 13095294. OLE color: 13095294.

HSL color Cylindrical-coordinate representation of color #7ED1C7: hue angle of 172.77º 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 #7ED1C7 is Cyan = 0.40, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.18.

Color convert

RGB 126 209 199 -
CMYK 0.40 0 0.05 0.18
HSL 172.77º 0.47% 0.66% -
HSV(B) 172.77º 0.4% 0.82% -
XYZ 41.71 54.16 62.29 -
YUV 183.04 137 87.31 -
System Red Green Blue C M Y K H S L
Decimal 126 209 199 0.40 0 0.05 0.18 172.77 0.47 0.66
Hex 7E D1 C7 28 0 5 12 AD 2F 42
Octal 176 321 307 50 0 5 22 255 57 102
Binary 1111110 11010001 11000111 101000 0 101 10010 10101101 101111 1000010

Color Harmonies of #7ED1C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ED1C7

Black with #7ED1C7

Text Example


Text Example

White with #7ED1C7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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