#7cd3bc

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

Shades of Bermuda #7CD3BC

Tints of Bermuda #7CD3BC

Color information

#7CD3BC (or 0x7CD3BC) is unknown color: approx Bermuda. HEX triplet: 7C, D3 and BC. RGB value is (124,211,188). Sum of RGB (Red+Green+Blue) = 124+211+188=523 (69% of max value = 765). Red value is 124 (48.83% from 255 or 23.71% from 523); Green value is 211 (82.81% from 255 or 40.34% from 523); Blue value is 188 (73.83% from 255 or 35.95% from 523); Max value from RGB is 211 - color contains mainly: green. Hex color #7CD3BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CD3BC is #832C43. Grayscale: #B6B6B6. Windows color (decimal): -8596548 or 12374908. OLE color: 12374908.

HSL color Cylindrical-coordinate representation of color #7CD3BC: hue angle of 164.14º degrees, saturation: 0.5, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7CD3BC is Cyan = 0.41, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.17.

Color convert

RGB124211188-
CMYK0.4100.110.17
HSL164.14º49.71%65.69%-
HSV(B)164.14º41.23%82.75%-
XYZ40.6854.555.95-
YUV182.36131.1886.37-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 23.71%
GREEN value IS 211 (82.81% from 255) = 40.34%
BLUE value IS 188 (73.83% from 255) = 35.95%
R=23.71%
G=40.34%
B=35.95%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1242111880.4100.110.17164.1449.7165.69
Hex7CD3BC290B11a43242
Octal174323274510132124462102
Binary111110011010011101111001010010101110001101001001100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7cd3bc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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