Html Css Color HEX #7EDBBA Bermuda

📋 copy color: '#7EDBBA'

red 126 ◦ green 219 ◦ blue 186

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

Shades of Bermuda #7EDBBA

Tints of Bermuda #7EDBBA

RGB

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

 GREEN value IS 219 (85.94% from 255) = 41.24%

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

R = 23.73%
G = 41.24%
B = 35.03%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#7EDBBA (or 0x7EDBBA) is known color: Bermuda. HEX triplet: 7E, DB and BA. RGB value is (126,219,186). Sum of RGB (Red+Green+Blue) = 126+219+186=531 (70% of max value = 765). Red value is 126 (49.61% from 255 or 23.73% from 531); Green value is 219 (85.94% from 255 or 41.24% from 531); Blue value is 186 (73.05% from 255 or 35.03% from 531); Max value from RGB is 219 - color contains mainly: green. Hex color #7EDBBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7EDBBA is #812445. Grayscale: #BBBBBB. Windows color (decimal): -8463430 or 12245886. OLE color: 12245886.

HSL color Cylindrical-coordinate representation of color #7EDBBA: hue angle of 158.71º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7EDBBA is Cyan = 0.42, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.

Color convert

RGB 126 219 186 -
CMYK 0.42 0 0.15 0.14
HSL 158.71º 0.56% 0.68% -
HSV(B) 158.71º 0.42% 0.86% -
XYZ 42.8 58.64 55.52 -
YUV 187.43 127.19 84.18 -
System Red Green Blue C M Y K H S L
Decimal 126 219 186 0.42 0 0.15 0.14 158.71 0.56 0.68
Hex 7E DB BA 2A 0 F E 9F 38 44
Octal 176 333 272 52 0 17 16 237 70 104
Binary 1111110 11011011 10111010 101010 0 1111 1110 10011111 111000 1000100

Color Harmonies of #7EDBBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EDBBA

Black with #7EDBBA

Text Example


Text Example

White with #7EDBBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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