Html Css Color HEX #7ED8BA Bermuda

📋 copy color: '#7ED8BA'

red 126 ◦ green 216 ◦ blue 186

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

Shades of Bermuda #7ED8BA

Tints of Bermuda #7ED8BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 35.23%

R = 23.86%
G = 40.91%
B = 35.23%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.14

 K value IS 0.15

RGB Variations

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

Color information

#7ED8BA (or 0x7ED8BA) is known color: Bermuda. HEX triplet: 7E, D8 and BA. RGB value is (126,216,186). Sum of RGB (Red+Green+Blue) = 126+216+186=528 (69% of max value = 765). Red value is 126 (49.61% from 255 or 23.86% from 528); Green value is 216 (84.77% from 255 or 40.91% from 528); Blue value is 186 (73.05% from 255 or 35.23% from 528); Max value from RGB is 216 - color contains mainly: green. Hex color #7ED8BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ED8BA is #812745. Grayscale: #B9B9B9. Windows color (decimal): -8464198 or 12245118. OLE color: 12245118.

HSL color Cylindrical-coordinate representation of color #7ED8BA: hue angle of 160º 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 #7ED8BA is Cyan = 0.42, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.

Color convert

RGB 126 216 186 -
CMYK 0.42 0 0.14 0.15
HSL 160º 0.54% 0.67% -
HSV(B) 160º 0.42% 0.85% -
XYZ 42.02 57.09 55.26 -
YUV 185.67 128.18 85.44 -
System Red Green Blue C M Y K H S L
Decimal 126 216 186 0.42 0 0.14 0.15 160 0.54 0.67
Hex 7E D8 BA 2A 0 E F A0 36 43
Octal 176 330 272 52 0 16 17 240 66 103
Binary 1111110 11011000 10111010 101010 0 1110 1111 10100000 110110 1000011

Color Harmonies of #7ED8BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ED8BA

Black with #7ED8BA

Text Example


Text Example

White with #7ED8BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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