Html Css Color HEX #7EDBC2 Bermuda

📋 copy color: '#7EDBC2'

red 126 ◦ green 219 ◦ blue 194

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

Shades of Bermuda #7EDBC2

Tints of Bermuda #7EDBC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 35.99%

R = 23.38%
G = 40.63%
B = 35.99%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.11

 K value IS 0.14

RGB Variations

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

Color information

#7EDBC2 (or 0x7EDBC2) is known color: Bermuda. HEX triplet: 7E, DB and C2. RGB value is (126,219,194). Sum of RGB (Red+Green+Blue) = 126+219+194=539 (71% of max value = 765). Red value is 126 (49.61% from 255 or 23.38% from 539); Green value is 219 (85.94% from 255 or 40.63% from 539); Blue value is 194 (76.17% from 255 or 35.99% from 539); Max value from RGB is 219 - color contains mainly: green. Hex color #7EDBC2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7EDBC2 is #81243D. Grayscale: #BCBCBC. Windows color (decimal): -8463422 or 12770174. OLE color: 12770174.

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

Color convert

RGB 126 219 194 -
CMYK 0.42 0 0.11 0.14
HSL 163.87º 0.56% 0.68% -
HSV(B) 163.87º 0.42% 0.86% -
XYZ 43.67 58.99 60.12 -
YUV 188.34 131.19 83.53 -
System Red Green Blue C M Y K H S L
Decimal 126 219 194 0.42 0 0.11 0.14 163.87 0.56 0.68
Hex 7E DB C2 2A 0 B E A4 38 44
Octal 176 333 302 52 0 13 16 244 70 104
Binary 1111110 11011011 11000010 101010 0 1011 1110 10100100 111000 1000100

Color Harmonies of #7EDBC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EDBC2

Black with #7EDBC2

Text Example


Text Example

White with #7EDBC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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