#7DD3BE

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

Shades of Bermuda #7DD3BE

Tints of Bermuda #7DD3BE

Color information

#7DD3BE (or 0x7DD3BE) is unknown color: approx Bermuda. HEX triplet: 7D, D3 and BE. RGB value is (125,211,190). Sum of RGB (Red+Green+Blue) = 125+211+190=526 (69% of max value = 765). Red value is 125 (49.22% from 255 or 23.76% from 526); Green value is 211 (82.81% from 255 or 40.11% from 526); Blue value is 190 (74.61% from 255 or 36.12% from 526); Max value from RGB is 211 - color contains mainly: green. Hex color #7DD3BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DD3BE is #822C41. Grayscale: #B6B6B6. Windows color (decimal): -8531010 or 12505981. OLE color: 12505981.

HSL color Cylindrical-coordinate representation of color #7DD3BE: hue angle of 165.35º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7DD3BE is Cyan = 0.41, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.17.

Color convert

RGB125211190-
CMYK0.4100.100.17
HSL165.35º49.43%65.88%-
HSV(B)165.35º40.76%82.75%-
XYZ41.0554.6757.1-
YUV182.89132.0186.71-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 23.76%
GREEN value IS 211 (82.81% from 255) = 40.11%
BLUE value IS 190 (74.61% from 255) = 36.12%
R=23.76%
G=40.11%
B=36.12%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1252111900.4100.100.17165.3549.4365.88
Hex7DD3BE290A11a53142
Octal175323276510122124561102
Binary111110111010011101111101010010101010001101001011100011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DD3BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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