#7ce2bc

Color #7CE2BC Bermuda (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bermuda #7CE2BC

Tints of Bermuda #7CE2BC

Color information

#7CE2BC (or 0x7CE2BC) is unknown color: approx Bermuda. HEX triplet: 7C, E2 and BC. RGB value is (124,226,188). Sum of RGB (Red+Green+Blue) = 124+226+188=538 (71% of max value = 765). Red value is 124 (48.83% from 255 or 23.05% from 538); Green value is 226 (88.67% from 255 or 42.01% from 538); Blue value is 188 (73.83% from 255 or 34.94% from 538); Max value from RGB is 226 - color contains mainly: green. Hex color #7CE2BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CE2BC is #831D43. Grayscale: #BFBFBF. Windows color (decimal): -8592708 or 12378748. OLE color: 12378748.

HSL color Cylindrical-coordinate representation of color #7CE2BC: hue angle of 157.65º degrees, saturation: 0.64, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7CE2BC is Cyan = 0.45, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.11.

Color convert

RGB124226188-
CMYK0.4500.170.11
HSL157.65º63.75%68.63%-
HSV(B)157.65º45.13%88.63%-
XYZ44.5962.3157.25-
YUV191.17126.2180.09-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 23.05%
GREEN value IS 226 (88.67% from 255) = 42.01%
BLUE value IS 188 (73.83% from 255) = 34.94%
R=23.05%
G=42.01%
B=34.94%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1242261880.4500.170.11157.6563.7568.63
Hex7CE2BC2D011B9e4045
Octal1743422745502113236100105
Binary1111100111000101011110010110101000110111001111010000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ce2bc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,226,188); }

 H1.HeaderClassName
 {
   color: #7ce2bc;
 }
 .AnyTagClassName
 {
   color: #7ce2bc;
 }
</style>
background-color css

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

 a { background-color: rgb(124,226,188); }

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

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

 span { border-color: rgb(124,226,188); }

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