Html Css Color HEX #7ED8B5 Bermuda

📋 copy color: '#7ED8B5'

red 126 ◦ green 216 ◦ blue 181

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

Shades of Bermuda #7ED8B5

Tints of Bermuda #7ED8B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 34.61%

R = 24.09%
G = 41.3%
B = 34.61%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.16

 K value IS 0.15

RGB Variations

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

Color information

#7ED8B5 (or 0x7ED8B5) is known color: Bermuda. HEX triplet: 7E, D8 and B5. RGB value is (126,216,181). Sum of RGB (Red+Green+Blue) = 126+216+181=523 (69% of max value = 765). Red value is 126 (49.61% from 255 or 24.09% from 523); Green value is 216 (84.77% from 255 or 41.30% from 523); Blue value is 181 (71.09% from 255 or 34.61% from 523); Max value from RGB is 216 - color contains mainly: green. Hex color #7ED8B5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ED8B5 is #81274A. Grayscale: #B9B9B9. Windows color (decimal): -8464203 or 11917438. OLE color: 11917438.

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

Color convert

RGB 126 216 181 -
CMYK 0.42 0 0.16 0.15
HSL 156.67º 0.54% 0.67% -
HSV(B) 156.67º 0.42% 0.85% -
XYZ 41.5 56.88 52.51 -
YUV 185.1 125.68 85.85 -
System Red Green Blue C M Y K H S L
Decimal 126 216 181 0.42 0 0.16 0.15 156.67 0.54 0.67
Hex 7E D8 B5 2A 0 10 F 9D 36 43
Octal 176 330 265 52 0 20 17 235 66 103
Binary 1111110 11011000 10110101 101010 0 10000 1111 10011101 110110 1000011

Color Harmonies of #7ED8B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ED8B5

Black with #7ED8B5

Text Example


Text Example

White with #7ED8B5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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