#7CD8BF

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

Shades of Bermuda #7CD8BF

Tints of Bermuda #7CD8BF

Color information

#7CD8BF (or 0x7CD8BF) is unknown color: approx Bermuda. HEX triplet: 7C, D8 and BF. RGB value is (124,216,191). Sum of RGB (Red+Green+Blue) = 124+216+191=531 (70% of max value = 765). Red value is 124 (48.83% from 255 or 23.35% from 531); Green value is 216 (84.77% from 255 or 40.68% from 531); Blue value is 191 (75% from 255 or 35.97% from 531); Max value from RGB is 216 - color contains mainly: green. Hex color #7CD8BF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CD8BF is #832740. Grayscale: #B9B9B9. Windows color (decimal): -8595265 or 12572796. OLE color: 12572796.

HSL color Cylindrical-coordinate representation of color #7CD8BF: hue angle of 163.7º degrees, saturation: 0.54, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7CD8BF is Cyan = 0.43, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.15.

Color convert

RGB124216191-
CMYK0.4300.120.15
HSL163.7º54.12%66.67%-
HSV(B)163.7º42.59%84.71%-
XYZ42.2757.1658.09-
YUV185.64131.0284.03-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 23.35%
GREEN value IS 216 (84.77% from 255) = 40.68%
BLUE value IS 191 (75% from 255) = 35.97%
R=23.35%
G=40.68%
B=35.97%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1242161910.4300.120.15163.754.1266.67
Hex7CD8BF2B0CFa43643
Octal174330277530141724466103
Binary11111001101100010111111101011011001111101001001101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CD8BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,216,191); }

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

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

 a { background-color: rgb(124,216,191); }

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

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

 span { border-color: rgb(124,216,191); }

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