#7DD7BA

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

Shades of Bermuda #7DD7BA

Tints of Bermuda #7DD7BA

Color information

#7DD7BA (or 0x7DD7BA) is unknown color: approx Bermuda. HEX triplet: 7D, D7 and BA. RGB value is (125,215,186). Sum of RGB (Red+Green+Blue) = 125+215+186=526 (69% of max value = 765). Red value is 125 (49.22% from 255 or 23.76% from 526); Green value is 215 (84.38% from 255 or 40.87% from 526); Blue value is 186 (73.05% from 255 or 35.36% from 526); Max value from RGB is 215 - color contains mainly: green. Hex color #7DD7BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DD7BA is #822845. Grayscale: #B8B8B8. Windows color (decimal): -8529990 or 12244861. OLE color: 12244861.

HSL color Cylindrical-coordinate representation of color #7DD7BA: hue angle of 160.67º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7DD7BA is Cyan = 0.42, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.16.

Color convert

RGB125215186-
CMYK0.4200.130.16
HSL160.67º52.94%66.67%-
HSV(B)160.67º41.86%84.31%-
XYZ41.6256.5155.17-
YUV184.78128.6885.36-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 23.76%
GREEN value IS 215 (84.38% from 255) = 40.87%
BLUE value IS 186 (73.05% from 255) = 35.36%
R=23.76%
G=40.87%
B=35.36%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1252151860.4200.130.16160.6752.9466.67
Hex7DD7BA2A0D10a13543
Octal175327272520152024165103
Binary111110111010111101110101010100110110000101000011101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DD7BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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