#7DDDB7

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

Shades of Bermuda #7DDDB7

Tints of Bermuda #7DDDB7

Color information

#7DDDB7 (or 0x7DDDB7) is unknown color: approx Bermuda. HEX triplet: 7D, DD and B7. RGB value is (125,221,183). Sum of RGB (Red+Green+Blue) = 125+221+183=529 (70% of max value = 765). Red value is 125 (49.22% from 255 or 23.63% from 529); Green value is 221 (86.72% from 255 or 41.78% from 529); Blue value is 183 (71.88% from 255 or 34.59% from 529); Max value from RGB is 221 - color contains mainly: green. Hex color #7DDDB7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DDDB7 is #822248. Grayscale: #BCBCBC. Windows color (decimal): -8528457 or 12049789. OLE color: 12049789.

HSL color Cylindrical-coordinate representation of color #7DDDB7: hue angle of 156.25º 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 #7DDDB7 is Cyan = 0.43, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.13.

Color convert

RGB125221183-
CMYK0.4300.170.13
HSL156.25º58.54%67.84%-
HSV(B)156.25º43.44%86.67%-
XYZ42.8659.4954.02-
YUV187.96125.283.09-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 23.63%
GREEN value IS 221 (86.72% from 255) = 41.78%
BLUE value IS 183 (71.88% from 255) = 34.59%
R=23.63%
G=41.78%
B=34.59%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1252211830.4300.170.13156.2558.5467.84
Hex7DDDB72B011D9c3b44
Octal175335267530211523473104
Binary111110111011101101101111010110100011101100111001110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DDDB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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