Html Css Color HEX #7ED8C1 Bermuda

📋 copy color: '#7ED8C1'

red 126 ◦ green 216 ◦ blue 193

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

Shades of Bermuda #7ED8C1

Tints of Bermuda #7ED8C1

RGB

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

 GREEN value IS 216 (84.77% from 255) = 40.37%

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

R = 23.55%
G = 40.37%
B = 36.07%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.11

 K value IS 0.15

RGB Variations

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

Color information

#7ED8C1 (or 0x7ED8C1) is known color: Bermuda. HEX triplet: 7E, D8 and C1. RGB value is (126,216,193). Sum of RGB (Red+Green+Blue) = 126+216+193=535 (70% of max value = 765). Red value is 126 (49.61% from 255 or 23.55% from 535); Green value is 216 (84.77% from 255 or 40.37% from 535); Blue value is 193 (75.78% from 255 or 36.07% from 535); Max value from RGB is 216 - color contains mainly: green. Hex color #7ED8C1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ED8C1 is #81273E. Grayscale: #BABABA. Windows color (decimal): -8464191 or 12703870. OLE color: 12703870.

HSL color Cylindrical-coordinate representation of color #7ED8C1: hue angle of 164.67º degrees, saturation: 0.54, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7ED8C1 is Cyan = 0.42, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.15.

Color convert

RGB 126 216 193 -
CMYK 0.42 0 0.11 0.15
HSL 164.67º 0.54% 0.67% -
HSV(B) 164.67º 0.42% 0.85% -
XYZ 42.79 57.4 59.28 -
YUV 186.47 131.68 84.87 -
System Red Green Blue C M Y K H S L
Decimal 126 216 193 0.42 0 0.11 0.15 164.67 0.54 0.67
Hex 7E D8 C1 2A 0 B F A5 36 43
Octal 176 330 301 52 0 13 17 245 66 103
Binary 1111110 11011000 11000001 101010 0 1011 1111 10100101 110110 1000011

Color Harmonies of #7ED8C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ED8C1

Black with #7ED8C1

Text Example


Text Example

White with #7ED8C1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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