#7CDDC1

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

Shades of Bermuda #7CDDC1

Tints of Bermuda #7CDDC1

Color information

#7CDDC1 (or 0x7CDDC1) is unknown color: approx Bermuda. HEX triplet: 7C, DD and C1. RGB value is (124,221,193). Sum of RGB (Red+Green+Blue) = 124+221+193=538 (71% of max value = 765). Red value is 124 (48.83% from 255 or 23.05% from 538); Green value is 221 (86.72% from 255 or 41.08% from 538); Blue value is 193 (75.78% from 255 or 35.87% from 538); Max value from RGB is 221 - color contains mainly: green. Hex color #7CDDC1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CDDC1 is #83223E. Grayscale: #BCBCBC. Windows color (decimal): -8593983 or 12705148. OLE color: 12705148.

HSL color Cylindrical-coordinate representation of color #7CDDC1: hue angle of 162.68º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7CDDC1 is Cyan = 0.44, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.13.

Color convert

RGB124221193-
CMYK0.4400.130.13
HSL162.68º58.79%67.65%-
HSV(B)162.68º43.89%86.67%-
XYZ43.7959.8559.7-
YUV188.8130.3681.78-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 23.05%
GREEN value IS 221 (86.72% from 255) = 41.08%
BLUE value IS 193 (75.78% from 255) = 35.87%
R=23.05%
G=41.08%
B=35.87%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1242211930.4400.130.13162.6858.7967.65
Hex7CDDC12C0DDa33b44
Octal174335301540151524373104
Binary11111001101110111000001101100011011101101000111110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CDDC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,221,193); }

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

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

 a { background-color: rgb(124,221,193); }

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

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

 span { border-color: rgb(124,221,193); }

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