#7CD1C2

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

Shades of Bermuda #7CD1C2

Tints of Bermuda #7CD1C2

Color information

#7CD1C2 (or 0x7CD1C2) is unknown color: approx Bermuda. HEX triplet: 7C, D1 and C2. RGB value is (124,209,194). Sum of RGB (Red+Green+Blue) = 124+209+194=527 (69% of max value = 765). Red value is 124 (48.83% from 255 or 23.53% from 527); Green value is 209 (82.03% from 255 or 39.66% from 527); Blue value is 194 (76.17% from 255 or 36.81% from 527); Max value from RGB is 209 - color contains mainly: green. Hex color #7CD1C2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CD1C2 is #832E3D. Grayscale: #B5B5B5. Windows color (decimal): -8597054 or 12767612. OLE color: 12767612.

HSL color Cylindrical-coordinate representation of color #7CD1C2: hue angle of 169.41º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7CD1C2 is Cyan = 0.41, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.18.

Color convert

RGB124209194-
CMYK0.4100.070.18
HSL169.41º48.02%65.29%-
HSV(B)169.41º40.67%81.96%-
XYZ40.8553.7859.27-
YUV181.88134.8486.72-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 23.53%
GREEN value IS 209 (82.03% from 255) = 39.66%
BLUE value IS 194 (76.17% from 255) = 36.81%
R=23.53%
G=39.66%
B=36.81%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1242091940.4100.070.18169.4148.0265.29
Hex7CD1C2290712a93041
Octal17432130251072225160101
Binary11111001101000111000010101001011110010101010011100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CD1C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,209,194); }

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

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

 a { background-color: rgb(124,209,194); }

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

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

 span { border-color: rgb(124,209,194); }

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