Html Css Color HEX #7EDBBF Bermuda

📋 copy color: '#7EDBBF'

red 126 ◦ green 219 ◦ blue 191

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

Shades of Bermuda #7EDBBF

Tints of Bermuda #7EDBBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 35.63%

R = 23.51%
G = 40.86%
B = 35.63%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.13

 K value IS 0.14

RGB Variations

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

Color information

#7EDBBF (or 0x7EDBBF) is known color: Bermuda. HEX triplet: 7E, DB and BF. RGB value is (126,219,191). Sum of RGB (Red+Green+Blue) = 126+219+191=536 (70% of max value = 765). Red value is 126 (49.61% from 255 or 23.51% from 536); Green value is 219 (85.94% from 255 or 40.86% from 536); Blue value is 191 (75% from 255 or 35.63% from 536); Max value from RGB is 219 - color contains mainly: green. Hex color #7EDBBF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7EDBBF is #812440. Grayscale: #BCBCBC. Windows color (decimal): -8463425 or 12573566. OLE color: 12573566.

HSL color Cylindrical-coordinate representation of color #7EDBBF: hue angle of 161.94º 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 #7EDBBF is Cyan = 0.42, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.14.

Color convert

RGB 126 219 191 -
CMYK 0.42 0 0.13 0.14
HSL 161.94º 0.56% 0.68% -
HSV(B) 161.94º 0.42% 0.86% -
XYZ 43.34 58.86 58.37 -
YUV 188 129.69 83.78 -
System Red Green Blue C M Y K H S L
Decimal 126 219 191 0.42 0 0.13 0.14 161.94 0.56 0.68
Hex 7E DB BF 2A 0 D E A2 38 44
Octal 176 333 277 52 0 15 16 242 70 104
Binary 1111110 11011011 10111111 101010 0 1101 1110 10100010 111000 1000100

Color Harmonies of #7EDBBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EDBBF

Black with #7EDBBF

Text Example


Text Example

White with #7EDBBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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