Html Css Color HEX #7ED6BE Bermuda

📋 copy color: '#7ED6BE'

red 126 ◦ green 214 ◦ blue 190

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

Shades of Bermuda #7ED6BE

Tints of Bermuda #7ED6BE

RGB

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

 GREEN value IS 214 (83.98% from 255) = 40.38%

 BLUE value IS 190 (74.61% from 255) = 35.85%

R = 23.77%
G = 40.38%
B = 35.85%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.11

 K value IS 0.16

RGB Variations

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

Color information

#7ED6BE (or 0x7ED6BE) is known color: Bermuda. HEX triplet: 7E, D6 and BE. RGB value is (126,214,190). Sum of RGB (Red+Green+Blue) = 126+214+190=530 (70% of max value = 765). Red value is 126 (49.61% from 255 or 23.77% from 530); Green value is 214 (83.98% from 255 or 40.38% from 530); Blue value is 190 (74.61% from 255 or 35.85% from 530); Max value from RGB is 214 - color contains mainly: green. Hex color #7ED6BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ED6BE is #812941. Grayscale: #B8B8B8. Windows color (decimal): -8464706 or 12506750. OLE color: 12506750.

HSL color Cylindrical-coordinate representation of color #7ED6BE: hue angle of 163.64º degrees, saturation: 0.52, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7ED6BE is Cyan = 0.41, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.16.

Color convert

RGB 126 214 190 -
CMYK 0.41 0 0.11 0.16
HSL 163.64º 0.52% 0.67% -
HSV(B) 163.64º 0.41% 0.84% -
XYZ 41.95 56.25 57.36 -
YUV 184.95 130.85 85.95 -
System Red Green Blue C M Y K H S L
Decimal 126 214 190 0.41 0 0.11 0.16 163.64 0.52 0.67
Hex 7E D6 BE 29 0 B 10 A4 34 43
Octal 176 326 276 51 0 13 20 244 64 103
Binary 1111110 11010110 10111110 101001 0 1011 10000 10100100 110100 1000011

Color Harmonies of #7ED6BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ED6BE

Black with #7ED6BE

Text Example


Text Example

White with #7ED6BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,214,190); }

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

background-color css

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

 a { background-color: rgb(126,214,190); }

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

border-color css

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

 span { border-color: rgb(126,214,190); }

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