#7CD9C0

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

Shades of Bermuda #7CD9C0

Tints of Bermuda #7CD9C0

Color information

#7CD9C0 (or 0x7CD9C0) is unknown color: approx Bermuda. HEX triplet: 7C, D9 and C0. RGB value is (124,217,192). Sum of RGB (Red+Green+Blue) = 124+217+192=533 (70% of max value = 765). Red value is 124 (48.83% from 255 or 23.26% from 533); Green value is 217 (85.16% from 255 or 40.71% from 533); Blue value is 192 (75.39% from 255 or 36.02% from 533); Max value from RGB is 217 - color contains mainly: green. Hex color #7CD9C0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CD9C0 is #83263F. Grayscale: #BABABA. Windows color (decimal): -8595008 or 12638588. OLE color: 12638588.

HSL color Cylindrical-coordinate representation of color #7CD9C0: hue angle of 163.87º degrees, saturation: 0.55, 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 #7CD9C0 is Cyan = 0.43, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.15.

Color convert

RGB124217192-
CMYK0.4300.120.15
HSL163.87º55.03%66.86%-
HSV(B)163.87º42.86%85.1%-
XYZ42.6457.7258.76-
YUV186.34131.1983.53-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 23.26%
GREEN value IS 217 (85.16% from 255) = 40.71%
BLUE value IS 192 (75.39% from 255) = 36.02%
R=23.26%
G=40.71%
B=36.02%

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
Decimal1242171920.4300.120.15163.8755.0366.86
Hex7CD9C02B0CFa43743
Octal174331300530141724467103
Binary11111001101100111000000101011011001111101001001101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CD9C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,217,192); }

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

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

 a { background-color: rgb(124,217,192); }

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

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

 span { border-color: rgb(124,217,192); }

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