#7DDCBA

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

Shades of Bermuda #7DDCBA

Tints of Bermuda #7DDCBA

Color information

#7DDCBA (or 0x7DDCBA) is unknown color: approx Bermuda. HEX triplet: 7D, DC and BA. RGB value is (125,220,186). Sum of RGB (Red+Green+Blue) = 125+220+186=531 (70% of max value = 765). Red value is 125 (49.22% from 255 or 23.54% from 531); Green value is 220 (86.33% from 255 or 41.43% from 531); Blue value is 186 (73.05% from 255 or 35.03% from 531); Max value from RGB is 220 - color contains mainly: green. Hex color #7DDCBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DDCBA is #822345. Grayscale: #BBBBBB. Windows color (decimal): -8528710 or 12246141. OLE color: 12246141.

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

Color convert

RGB125220186-
CMYK0.4300.150.14
HSL158.53º57.58%67.65%-
HSV(B)158.53º43.18%86.27%-
XYZ42.9159.0955.6-
YUV187.72127.0383.26-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 23.54%
GREEN value IS 220 (86.33% from 255) = 41.43%
BLUE value IS 186 (73.05% from 255) = 35.03%
R=23.54%
G=41.43%
B=35.03%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1252201860.4300.150.14158.5357.5867.65
Hex7DDCBA2B0FE9f3a44
Octal175334272530171623772104
Binary11111011101110010111010101011011111110100111111110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DDCBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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