#7CDDBC

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

Shades of Bermuda #7CDDBC

Tints of Bermuda #7CDDBC

Color information

#7CDDBC (or 0x7CDDBC) is unknown color: approx Bermuda. HEX triplet: 7C, DD and BC. RGB value is (124,221,188). Sum of RGB (Red+Green+Blue) = 124+221+188=533 (70% of max value = 765). Red value is 124 (48.83% from 255 or 23.26% from 533); Green value is 221 (86.72% from 255 or 41.46% from 533); Blue value is 188 (73.83% from 255 or 35.27% from 533); Max value from RGB is 221 - color contains mainly: green. Hex color #7CDDBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CDDBC is #832243. Grayscale: #BCBCBC. Windows color (decimal): -8593988 or 12377468. OLE color: 12377468.

HSL color Cylindrical-coordinate representation of color #7CDDBC: hue angle of 159.59º 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 #7CDDBC is Cyan = 0.44, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.

Color convert

RGB124221188-
CMYK0.4400.150.13
HSL159.59º58.79%67.65%-
HSV(B)159.59º43.89%86.67%-
XYZ43.2559.6356.81-
YUV188.24127.8682.18-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 23.26%
GREEN value IS 221 (86.72% from 255) = 41.46%
BLUE value IS 188 (73.83% from 255) = 35.27%
R=23.26%
G=41.46%
B=35.27%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1242211880.4400.150.13159.5958.7967.65
Hex7CDDBC2C0FDa03b44
Octal174335274540171524073104
Binary11111001101110110111100101100011111101101000001110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CDDBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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