#7CDDBE

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

Shades of Bermuda #7CDDBE

Tints of Bermuda #7CDDBE

Color information

#7CDDBE (or 0x7CDDBE) is unknown color: approx Bermuda. HEX triplet: 7C, DD and BE. RGB value is (124,221,190). Sum of RGB (Red+Green+Blue) = 124+221+190=535 (70% of max value = 765). Red value is 124 (48.83% from 255 or 23.18% from 535); Green value is 221 (86.72% from 255 or 41.31% from 535); Blue value is 190 (74.61% from 255 or 35.51% from 535); Max value from RGB is 221 - color contains mainly: green. Hex color #7CDDBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CDDBE is #832241. Grayscale: #BCBCBC. Windows color (decimal): -8593986 or 12508540. OLE color: 12508540.

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

Color convert

RGB124221190-
CMYK0.4400.140.13
HSL160.82º58.79%67.65%-
HSV(B)160.82º43.89%86.67%-
XYZ43.4659.7257.95-
YUV188.46128.8682.02-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 23.18%
GREEN value IS 221 (86.72% from 255) = 41.31%
BLUE value IS 190 (74.61% from 255) = 35.51%
R=23.18%
G=41.31%
B=35.51%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1242211900.4400.140.13160.8258.7967.65
Hex7CDDBE2C0EDa13b44
Octal174335276540161524173104
Binary11111001101110110111110101100011101101101000011110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CDDBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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