#7CD6BD

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

Shades of Bermuda #7CD6BD

Tints of Bermuda #7CD6BD

Color information

#7CD6BD (or 0x7CD6BD) is unknown color: approx Bermuda. HEX triplet: 7C, D6 and BD. RGB value is (124,214,189). Sum of RGB (Red+Green+Blue) = 124+214+189=527 (69% of max value = 765). Red value is 124 (48.83% from 255 or 23.53% from 527); Green value is 214 (83.98% from 255 or 40.61% from 527); Blue value is 189 (74.22% from 255 or 35.86% from 527); Max value from RGB is 214 - color contains mainly: green. Hex color #7CD6BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CD6BD is #832942. Grayscale: #B8B8B8. Windows color (decimal): -8595779 or 12441212. OLE color: 12441212.

HSL color Cylindrical-coordinate representation of color #7CD6BD: hue angle of 163.33º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7CD6BD is Cyan = 0.42, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.16.

Color convert

RGB124214189-
CMYK0.4200.120.16
HSL163.33º52.33%66.27%-
HSV(B)163.33º42.06%83.92%-
XYZ41.5456.0556.77-
YUV184.24130.6885.03-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 23.53%
GREEN value IS 214 (83.98% from 255) = 40.61%
BLUE value IS 189 (74.22% from 255) = 35.86%
R=23.53%
G=40.61%
B=35.86%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1242141890.4200.120.16163.3352.3366.27
Hex7CD6BD2A0C10a33442
Octal174326275520142024364102
Binary111110011010110101111011010100110010000101000111101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CD6BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,214,189); }

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

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

 a { background-color: rgb(124,214,189); }

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

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

 span { border-color: rgb(124,214,189); }

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