Html Css Color HEX #7EDBC1 Bermuda

📋 copy color: '#7EDBC1'

red 126 ◦ green 219 ◦ blue 193

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

Shades of Bermuda #7EDBC1

Tints of Bermuda #7EDBC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 35.87%

R = 23.42%
G = 40.71%
B = 35.87%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.12

 K value IS 0.14

RGB Variations

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

Color information

#7EDBC1 (or 0x7EDBC1) is known color: Bermuda. HEX triplet: 7E, DB and C1. RGB value is (126,219,193). Sum of RGB (Red+Green+Blue) = 126+219+193=538 (71% of max value = 765). Red value is 126 (49.61% from 255 or 23.42% from 538); Green value is 219 (85.94% from 255 or 40.71% from 538); Blue value is 193 (75.78% from 255 or 35.87% from 538); Max value from RGB is 219 - color contains mainly: green. Hex color #7EDBC1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7EDBC1 is #81243E. Grayscale: #BCBCBC. Windows color (decimal): -8463423 or 12704638. OLE color: 12704638.

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

Color convert

RGB 126 219 193 -
CMYK 0.42 0 0.12 0.14
HSL 163.23º 0.56% 0.68% -
HSV(B) 163.23º 0.42% 0.86% -
XYZ 43.56 58.95 59.53 -
YUV 188.23 130.69 83.61 -
System Red Green Blue C M Y K H S L
Decimal 126 219 193 0.42 0 0.12 0.14 163.23 0.56 0.68
Hex 7E DB C1 2A 0 C E A3 38 44
Octal 176 333 301 52 0 14 16 243 70 104
Binary 1111110 11011011 11000001 101010 0 1100 1110 10100011 111000 1000100

Color Harmonies of #7EDBC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EDBC1

Black with #7EDBC1

Text Example


Text Example

White with #7EDBC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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