#7CDCB5

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

Shades of Bermuda #7CDCB5

Tints of Bermuda #7CDCB5

Color information

#7CDCB5 (or 0x7CDCB5) is unknown color: approx Bermuda. HEX triplet: 7C, DC and B5. RGB value is (124,220,181). Sum of RGB (Red+Green+Blue) = 124+220+181=525 (69% of max value = 765). Red value is 124 (48.83% from 255 or 23.62% from 525); Green value is 220 (86.33% from 255 or 41.90% from 525); Blue value is 181 (71.09% from 255 or 34.48% from 525); Max value from RGB is 220 - color contains mainly: green. Hex color #7CDCB5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CDCB5 is #83234A. Grayscale: #BABABA. Windows color (decimal): -8594251 or 11918460. OLE color: 11918460.

HSL color Cylindrical-coordinate representation of color #7CDCB5: hue angle of 155.62º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7CDCB5 is Cyan = 0.44, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.14.

Color convert

RGB124220181-
CMYK0.4400.180.14
HSL155.62º57.83%67.45%-
HSV(B)155.62º43.64%86.27%-
XYZ42.2558.8152.84-
YUV186.85124.783.17-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 23.62%
GREEN value IS 220 (86.33% from 255) = 41.90%
BLUE value IS 181 (71.09% from 255) = 34.48%
R=23.62%
G=41.90%
B=34.48%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1242201810.4400.180.14155.6257.8367.45
Hex7CDCB52C012E9c3a43
Octal174334265540221623472103
Binary111110011011100101101011011000100101110100111001110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CDCB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,220,181); }

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

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

 a { background-color: rgb(124,220,181); }

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

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

 span { border-color: rgb(124,220,181); }

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