#7CD5BA

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

Shades of Bermuda #7CD5BA

Tints of Bermuda #7CD5BA

Color information

#7CD5BA (or 0x7CD5BA) is unknown color: approx Bermuda. HEX triplet: 7C, D5 and BA. RGB value is (124,213,186). Sum of RGB (Red+Green+Blue) = 124+213+186=523 (69% of max value = 765). Red value is 124 (48.83% from 255 or 23.71% from 523); Green value is 213 (83.59% from 255 or 40.73% from 523); Blue value is 186 (73.05% from 255 or 35.56% from 523); Max value from RGB is 213 - color contains mainly: green. Hex color #7CD5BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CD5BA is #832A45. Grayscale: #B7B7B7. Windows color (decimal): -8596038 or 12244348. OLE color: 12244348.

HSL color Cylindrical-coordinate representation of color #7CD5BA: hue angle of 161.8º degrees, saturation: 0.51, 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 #7CD5BA is Cyan = 0.42, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.16.

Color convert

RGB124213186-
CMYK0.4200.130.16
HSL161.8º51.45%66.08%-
HSV(B)161.8º41.78%83.53%-
XYZ40.9755.4254.99-
YUV183.31129.5185.7-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 23.71%
GREEN value IS 213 (83.59% from 255) = 40.73%
BLUE value IS 186 (73.05% from 255) = 35.56%
R=23.71%
G=40.73%
B=35.56%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1242131860.4200.130.16161.851.4566.08
Hex7CD5BA2A0D10a23342
Octal174325272520152024263102
Binary111110011010101101110101010100110110000101000101100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CD5BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,213,186); }

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

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

 a { background-color: rgb(124,213,186); }

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

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

 span { border-color: rgb(124,213,186); }

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