#7DDDBA

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

Shades of Bermuda #7DDDBA

Tints of Bermuda #7DDDBA

Color information

#7DDDBA (or 0x7DDDBA) is unknown color: approx Bermuda. HEX triplet: 7D, DD and BA. RGB value is (125,221,186). Sum of RGB (Red+Green+Blue) = 125+221+186=532 (70% of max value = 765). Red value is 125 (49.22% from 255 or 23.50% from 532); Green value is 221 (86.72% from 255 or 41.54% from 532); Blue value is 186 (73.05% from 255 or 34.96% from 532); Max value from RGB is 221 - color contains mainly: green. Hex color #7DDDBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DDDBA is #822245. Grayscale: #BCBCBC. Windows color (decimal): -8528454 or 12246397. OLE color: 12246397.

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

Color convert

RGB125221186-
CMYK0.4300.160.13
HSL158.12º58.54%67.84%-
HSV(B)158.12º43.44%86.67%-
XYZ43.1859.6255.69-
YUV188.31126.782.85-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 23.50%
GREEN value IS 221 (86.72% from 255) = 41.54%
BLUE value IS 186 (73.05% from 255) = 34.96%
R=23.50%
G=41.54%
B=34.96%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1252211860.4300.160.13158.1258.5467.84
Hex7DDDBA2B010D9e3b44
Octal175335272530201523673104
Binary111110111011101101110101010110100001101100111101110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DDDBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,221,186); }

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

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

 a { background-color: rgb(125,221,186); }

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

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

 span { border-color: rgb(125,221,186); }

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