Html Css Color HEX #7EDAC2 Bermuda

📋 copy color: '#7EDAC2'

red 126 ◦ green 218 ◦ blue 194

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

Shades of Bermuda #7EDAC2

Tints of Bermuda #7EDAC2

RGB

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

 GREEN value IS 218 (85.55% from 255) = 40.52%

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

R = 23.42%
G = 40.52%
B = 36.06%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.11

 K value IS 0.15

RGB Variations

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

Color information

#7EDAC2 (or 0x7EDAC2) is known color: Bermuda. HEX triplet: 7E, DA and C2. RGB value is (126,218,194). Sum of RGB (Red+Green+Blue) = 126+218+194=538 (71% of max value = 765). Red value is 126 (49.61% from 255 or 23.42% from 538); Green value is 218 (85.55% from 255 or 40.52% from 538); Blue value is 194 (76.17% from 255 or 36.06% from 538); Max value from RGB is 218 - color contains mainly: green. Hex color #7EDAC2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7EDAC2 is #81253D. Grayscale: #BBBBBB. Windows color (decimal): -8463678 or 12769918. OLE color: 12769918.

HSL color Cylindrical-coordinate representation of color #7EDAC2: hue angle of 164.35º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7EDAC2 is Cyan = 0.42, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.15.

Color convert

RGB 126 218 194 -
CMYK 0.42 0 0.11 0.15
HSL 164.35º 0.55% 0.67% -
HSV(B) 164.35º 0.42% 0.85% -
XYZ 43.41 58.47 60.04 -
YUV 187.76 131.52 83.95 -
System Red Green Blue C M Y K H S L
Decimal 126 218 194 0.42 0 0.11 0.15 164.35 0.55 0.67
Hex 7E DA C2 2A 0 B F A4 37 43
Octal 176 332 302 52 0 13 17 244 67 103
Binary 1111110 11011010 11000010 101010 0 1011 1111 10100100 110111 1000011

Color Harmonies of #7EDAC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EDAC2

Black with #7EDAC2

Text Example


Text Example

White with #7EDAC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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