Html Css Color HEX #7EE4BB Bermuda

📋 copy color: '#7EE4BB'

red 126 ◦ green 228 ◦ blue 187

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

Shades of Bermuda #7EE4BB

Tints of Bermuda #7EE4BB

RGB

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

 GREEN value IS 228 (89.45% from 255) = 42.14%

 BLUE value IS 187 (73.44% from 255) = 34.57%

R = 23.29%
G = 42.14%
B = 34.57%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.18

 K value IS 0.11

RGB Variations

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

Color information

#7EE4BB (or 0x7EE4BB) is known color: Bermuda. HEX triplet: 7E, E4 and BB. RGB value is (126,228,187). Sum of RGB (Red+Green+Blue) = 126+228+187=541 (71% of max value = 765). Red value is 126 (49.61% from 255 or 23.29% from 541); Green value is 228 (89.45% from 255 or 42.14% from 541); Blue value is 187 (73.44% from 255 or 34.57% from 541); Max value from RGB is 228 - color contains mainly: green. Hex color #7EE4BB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7EE4BB is #811B44. Grayscale: #C0C0C0. Windows color (decimal): -8461125 or 12313726. OLE color: 12313726.

HSL color Cylindrical-coordinate representation of color #7EE4BB: hue angle of 155.88º degrees, saturation: 0.65, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7EE4BB is Cyan = 0.45, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.11.

Color convert

RGB 126 228 187 -
CMYK 0.45 0 0.18 0.11
HSL 155.88º 0.65% 0.69% -
HSV(B) 155.88º 0.45% 0.89% -
XYZ 45.32 63.51 56.88 -
YUV 192.83 124.71 80.33 -
System Red Green Blue C M Y K H S L
Decimal 126 228 187 0.45 0 0.18 0.11 155.88 0.65 0.69
Hex 7E E4 BB 2D 0 12 B 9C 41 45
Octal 176 344 273 55 0 22 13 234 101 105
Binary 1111110 11100100 10111011 101101 0 10010 1011 10011100 1000001 1000101

Color Harmonies of #7EE4BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EE4BB

Black with #7EE4BB

Text Example


Text Example

White with #7EE4BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,228,187); }

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

background-color css

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

 a { background-color: rgb(126,228,187); }

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

border-color css

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

 span { border-color: rgb(126,228,187); }

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