Html Css Color HEX #7ED9B2 Bermuda

📋 copy color: '#7ED9B2'

red 126 ◦ green 217 ◦ blue 178

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

Shades of Bermuda #7ED9B2

Tints of Bermuda #7ED9B2

RGB

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

 GREEN value IS 217 (85.16% from 255) = 41.65%

 BLUE value IS 178 (69.92% from 255) = 34.17%

R = 24.18%
G = 41.65%
B = 34.17%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.18

 K value IS 0.15

RGB Variations

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

Color information

#7ED9B2 (or 0x7ED9B2) is known color: Bermuda. HEX triplet: 7E, D9 and B2. RGB value is (126,217,178). Sum of RGB (Red+Green+Blue) = 126+217+178=521 (69% of max value = 765). Red value is 126 (49.61% from 255 or 24.18% from 521); Green value is 217 (85.16% from 255 or 41.65% from 521); Blue value is 178 (69.92% from 255 or 34.17% from 521); Max value from RGB is 217 - color contains mainly: green. Hex color #7ED9B2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ED9B2 is #81264D. Grayscale: #B9B9B9. Windows color (decimal): -8463950 or 11721086. OLE color: 11721086.

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

Color convert

RGB 126 217 178 -
CMYK 0.42 0 0.18 0.15
HSL 154.29º 0.54% 0.67% -
HSV(B) 154.29º 0.42% 0.85% -
XYZ 41.45 57.28 50.99 -
YUV 185.35 123.85 85.67 -
System Red Green Blue C M Y K H S L
Decimal 126 217 178 0.42 0 0.18 0.15 154.29 0.54 0.67
Hex 7E D9 B2 2A 0 12 F 9A 36 43
Octal 176 331 262 52 0 22 17 232 66 103
Binary 1111110 11011001 10110010 101010 0 10010 1111 10011010 110110 1000011

Color Harmonies of #7ED9B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ED9B2

Black with #7ED9B2

Text Example


Text Example

White with #7ED9B2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,217,178); }

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

background-color css

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

 a { background-color: rgb(126,217,178); }

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

border-color css

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

 span { border-color: rgb(126,217,178); }

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