Html Css Color HEX #7EE6BA Bermuda

📋 copy color: '#7EE6BA'

red 126 ◦ green 230 ◦ blue 186

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

Shades of Bermuda #7EE6BA

Tints of Bermuda #7EE6BA

RGB

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

 GREEN value IS 230 (90.23% from 255) = 42.44%

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

R = 23.25%
G = 42.44%
B = 34.32%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.19

 K value IS 0.10

RGB Variations

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

Color information

#7EE6BA (or 0x7EE6BA) is known color: Bermuda. HEX triplet: 7E, E6 and BA. RGB value is (126,230,186). Sum of RGB (Red+Green+Blue) = 126+230+186=542 (71% of max value = 765). Red value is 126 (49.61% from 255 or 23.25% from 542); Green value is 230 (90.23% from 255 or 42.44% from 542); Blue value is 186 (73.05% from 255 or 34.32% from 542); Max value from RGB is 230 - color contains mainly: green. Hex color #7EE6BA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7EE6BA is #811945. Grayscale: #C1C1C1. Windows color (decimal): -8460614 or 12248702. OLE color: 12248702.

HSL color Cylindrical-coordinate representation of color #7EE6BA: hue angle of 154.62º degrees, saturation: 0.68, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7EE6BA is Cyan = 0.45, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.10.

Color convert

RGB 126 230 186 -
CMYK 0.45 0 0.19 0.10
HSL 154.62º 0.68% 0.7% -
HSV(B) 154.62º 0.45% 0.9% -
XYZ 45.76 64.57 56.51 -
YUV 193.89 123.54 79.58 -
System Red Green Blue C M Y K H S L
Decimal 126 230 186 0.45 0 0.19 0.10 154.62 0.68 0.7
Hex 7E E6 BA 2D 0 13 A 9B 44 46
Octal 176 346 272 55 0 23 12 233 104 106
Binary 1111110 11100110 10111010 101101 0 10011 1010 10011011 1000100 1000110

Color Harmonies of #7EE6BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EE6BA

Black with #7EE6BA

Text Example


Text Example

White with #7EE6BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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