#7CDDBA

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

Shades of Bermuda #7CDDBA

Tints of Bermuda #7CDDBA

Color information

#7CDDBA (or 0x7CDDBA) is unknown color: approx Bermuda. HEX triplet: 7C, DD and BA. RGB value is (124,221,186). Sum of RGB (Red+Green+Blue) = 124+221+186=531 (70% of max value = 765). Red value is 124 (48.83% from 255 or 23.35% from 531); Green value is 221 (86.72% from 255 or 41.62% from 531); Blue value is 186 (73.05% from 255 or 35.03% from 531); Max value from RGB is 221 - color contains mainly: green. Hex color #7CDDBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CDDBA is #832245. Grayscale: #BCBCBC. Windows color (decimal): -8593990 or 12246396. OLE color: 12246396.

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

Color convert

RGB124221186-
CMYK0.4400.160.13
HSL158.35º58.79%67.65%-
HSV(B)158.35º43.89%86.67%-
XYZ43.0359.5455.68-
YUV188.01126.8682.35-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 23.35%
GREEN value IS 221 (86.72% from 255) = 41.62%
BLUE value IS 186 (73.05% from 255) = 35.03%
R=23.35%
G=41.62%
B=35.03%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1242211860.4400.160.13158.3558.7967.65
Hex7CDDBA2C010D9e3b44
Octal174335272540201523673104
Binary111110011011101101110101011000100001101100111101110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CDDBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,221,186); }

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

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

 a { background-color: rgb(124,221,186); }

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

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

 span { border-color: rgb(124,221,186); }

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