#7DD2BE

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

Shades of Bermuda #7DD2BE

Tints of Bermuda #7DD2BE

Color information

#7DD2BE (or 0x7DD2BE) is unknown color: approx Bermuda. HEX triplet: 7D, D2 and BE. RGB value is (125,210,190). Sum of RGB (Red+Green+Blue) = 125+210+190=525 (69% of max value = 765). Red value is 125 (49.22% from 255 or 23.81% from 525); Green value is 210 (82.42% from 255 or 40% from 525); Blue value is 190 (74.61% from 255 or 36.19% from 525); Max value from RGB is 210 - color contains mainly: green. Hex color #7DD2BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DD2BE is #822D41. Grayscale: #B6B6B6. Windows color (decimal): -8531266 or 12505725. OLE color: 12505725.

HSL color Cylindrical-coordinate representation of color #7DD2BE: hue angle of 165.88º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7DD2BE is Cyan = 0.40, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.18.

Color convert

RGB125210190-
CMYK0.4000.100.18
HSL165.88º48.57%65.69%-
HSV(B)165.88º40.48%82.35%-
XYZ40.854.1757.02-
YUV182.3132.3487.13-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 23.81%
GREEN value IS 210 (82.42% from 255) = 40%
BLUE value IS 190 (74.61% from 255) = 36.19%
R=23.81%
G=40%
B=36.19%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1252101900.4000.100.18165.8848.5765.69
Hex7DD2BE280A12a63142
Octal175322276500122224661102
Binary111110111010010101111101010000101010010101001101100011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DD2BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,210,190); }

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

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

 a { background-color: rgb(125,210,190); }

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

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

 span { border-color: rgb(125,210,190); }

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