Html Css Color HEX #7EDEC0 Bermuda

📋 copy color: '#7EDEC0'

red 126 ◦ green 222 ◦ blue 192

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

Shades of Bermuda #7EDEC0

Tints of Bermuda #7EDEC0

RGB

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

 GREEN value IS 222 (87.11% from 255) = 41.11%

 BLUE value IS 192 (75.39% from 255) = 35.56%

R = 23.33%
G = 41.11%
B = 35.56%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.14

 K value IS 0.13

RGB Variations

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

Color information

#7EDEC0 (or 0x7EDEC0) is known color: Bermuda. HEX triplet: 7E, DE and C0. RGB value is (126,222,192). Sum of RGB (Red+Green+Blue) = 126+222+192=540 (71% of max value = 765). Red value is 126 (49.61% from 255 or 23.33% from 540); Green value is 222 (87.11% from 255 or 41.11% from 540); Blue value is 192 (75.39% from 255 or 35.56% from 540); Max value from RGB is 222 - color contains mainly: green. Hex color #7EDEC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7EDEC0 is #81213F. Grayscale: #BDBDBD. Windows color (decimal): -8462656 or 12639870. OLE color: 12639870.

HSL color Cylindrical-coordinate representation of color #7EDEC0: hue angle of 161.25º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7EDEC0 is Cyan = 0.43, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.

Color convert

RGB 126 222 192 -
CMYK 0.43 0 0.14 0.13
HSL 161.25º 0.59% 0.68% -
HSV(B) 161.25º 0.43% 0.87% -
XYZ 44.24 60.48 59.21 -
YUV 189.88 129.2 82.44 -
System Red Green Blue C M Y K H S L
Decimal 126 222 192 0.43 0 0.14 0.13 161.25 0.59 0.68
Hex 7E DE C0 2B 0 E D A1 3B 44
Octal 176 336 300 53 0 16 15 241 73 104
Binary 1111110 11011110 11000000 101011 0 1110 1101 10100001 111011 1000100

Color Harmonies of #7EDEC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EDEC0

Black with #7EDEC0

Text Example


Text Example

White with #7EDEC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,222,192); }

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

background-color css

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

 a { background-color: rgb(126,222,192); }

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

border-color css

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

 span { border-color: rgb(126,222,192); }

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