Html Css Color HEX #7EDFBA Bermuda

📋 copy color: '#7EDFBA'

red 126 ◦ green 223 ◦ blue 186

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

Shades of Bermuda #7EDFBA

Tints of Bermuda #7EDFBA

RGB

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

 GREEN value IS 223 (87.5% from 255) = 41.68%

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

R = 23.55%
G = 41.68%
B = 34.77%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.17

 K value IS 0.13

RGB Variations

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

Color information

#7EDFBA (or 0x7EDFBA) is known color: Bermuda. HEX triplet: 7E, DF and BA. RGB value is (126,223,186). Sum of RGB (Red+Green+Blue) = 126+223+186=535 (70% of max value = 765). Red value is 126 (49.61% from 255 or 23.55% from 535); Green value is 223 (87.5% from 255 or 41.68% from 535); Blue value is 186 (73.05% from 255 or 34.77% from 535); Max value from RGB is 223 - color contains mainly: green. Hex color #7EDFBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7EDFBA is #812045. Grayscale: #BDBDBD. Windows color (decimal): -8462406 or 12246910. OLE color: 12246910.

HSL color Cylindrical-coordinate representation of color #7EDFBA: hue angle of 157.11º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7EDFBA is Cyan = 0.43, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.13.

Color convert

RGB 126 223 186 -
CMYK 0.43 0 0.17 0.13
HSL 157.11º 0.6% 0.68% -
HSV(B) 157.11º 0.43% 0.87% -
XYZ 43.85 60.76 55.87 -
YUV 189.78 125.86 82.51 -
System Red Green Blue C M Y K H S L
Decimal 126 223 186 0.43 0 0.17 0.13 157.11 0.6 0.68
Hex 7E DF BA 2B 0 11 D 9D 3C 44
Octal 176 337 272 53 0 21 15 235 74 104
Binary 1111110 11011111 10111010 101011 0 10001 1101 10011101 111100 1000100

Color Harmonies of #7EDFBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EDFBA

Black with #7EDFBA

Text Example


Text Example

White with #7EDFBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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