#7CD2BE

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

Shades of Bermuda #7CD2BE

Tints of Bermuda #7CD2BE

Color information

#7CD2BE (or 0x7CD2BE) is unknown color: approx Bermuda. HEX triplet: 7C, D2 and BE. RGB value is (124,210,190). Sum of RGB (Red+Green+Blue) = 124+210+190=524 (69% of max value = 765). Red value is 124 (48.83% from 255 or 23.66% from 524); Green value is 210 (82.42% from 255 or 40.08% from 524); Blue value is 190 (74.61% from 255 or 36.26% from 524); Max value from RGB is 210 - color contains mainly: green. Hex color #7CD2BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CD2BE is #832D41. Grayscale: #B6B6B6. Windows color (decimal): -8596802 or 12505724. OLE color: 12505724.

HSL color Cylindrical-coordinate representation of color #7CD2BE: hue angle of 166.05º degrees, saturation: 0.49, 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 #7CD2BE is Cyan = 0.41, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.18.

Color convert

RGB124210190-
CMYK0.4100.100.18
HSL166.05º48.86%65.49%-
HSV(B)166.05º40.95%82.35%-
XYZ40.6554.157.01-
YUV182.01132.5186.63-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 23.66%
GREEN value IS 210 (82.42% from 255) = 40.08%
BLUE value IS 190 (74.61% from 255) = 36.26%
R=23.66%
G=40.08%
B=36.26%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1242101900.4100.100.18166.0548.8665.49
Hex7CD2BE290A12a63141
Octal174322276510122224661101
Binary111110011010010101111101010010101010010101001101100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CD2BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,210,190); }

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

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

 a { background-color: rgb(124,210,190); }

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

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

 span { border-color: rgb(124,210,190); }

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