Html Css Color HEX #7EDCBB Bermuda

📋 copy color: '#7EDCBB'

red 126 ◦ green 220 ◦ blue 187

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

Shades of Bermuda #7EDCBB

Tints of Bermuda #7EDCBB

RGB

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

 GREEN value IS 220 (86.33% from 255) = 41.28%

 BLUE value IS 187 (73.44% from 255) = 35.08%

R = 23.64%
G = 41.28%
B = 35.08%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#7EDCBB (or 0x7EDCBB) is known color: Bermuda. HEX triplet: 7E, DC and BB. RGB value is (126,220,187). Sum of RGB (Red+Green+Blue) = 126+220+187=533 (70% of max value = 765). Red value is 126 (49.61% from 255 or 23.64% from 533); Green value is 220 (86.33% from 255 or 41.28% from 533); Blue value is 187 (73.44% from 255 or 35.08% from 533); Max value from RGB is 220 - color contains mainly: green. Hex color #7EDCBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7EDCBB is #812344. Grayscale: #BCBCBC. Windows color (decimal): -8463173 or 12311678. OLE color: 12311678.

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

Color convert

RGB 126 220 187 -
CMYK 0.43 0 0.15 0.14
HSL 158.94º 0.57% 0.68% -
HSV(B) 158.94º 0.43% 0.86% -
XYZ 43.17 59.21 56.17 -
YUV 188.13 127.36 83.68 -
System Red Green Blue C M Y K H S L
Decimal 126 220 187 0.43 0 0.15 0.14 158.94 0.57 0.68
Hex 7E DC BB 2B 0 F E 9F 39 44
Octal 176 334 273 53 0 17 16 237 71 104
Binary 1111110 11011100 10111011 101011 0 1111 1110 10011111 111001 1000100

Color Harmonies of #7EDCBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EDCBB

Black with #7EDCBB

Text Example


Text Example

White with #7EDCBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,220,187); }

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

background-color css

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

 a { background-color: rgb(126,220,187); }

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

border-color css

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

 span { border-color: rgb(126,220,187); }

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