#7DDEBA

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

Shades of Bermuda #7DDEBA

Tints of Bermuda #7DDEBA

Color information

#7DDEBA (or 0x7DDEBA) is unknown color: approx Bermuda. HEX triplet: 7D, DE and BA. RGB value is (125,222,186). Sum of RGB (Red+Green+Blue) = 125+222+186=533 (70% of max value = 765). Red value is 125 (49.22% from 255 or 23.45% from 533); Green value is 222 (87.11% from 255 or 41.65% from 533); Blue value is 186 (73.05% from 255 or 34.90% from 533); Max value from RGB is 222 - color contains mainly: green. Hex color #7DDEBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DDEBA is #822145. Grayscale: #BCBCBC. Windows color (decimal): -8528198 or 12246653. OLE color: 12246653.

HSL color Cylindrical-coordinate representation of color #7DDEBA: hue angle of 157.73º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7DDEBA is Cyan = 0.44, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.

Color convert

RGB125222186-
CMYK0.4400.160.13
HSL157.73º59.51%68.04%-
HSV(B)157.73º43.69%87.06%-
XYZ43.4460.1555.77-
YUV188.89126.3682.43-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 23.45%
GREEN value IS 222 (87.11% from 255) = 41.65%
BLUE value IS 186 (73.05% from 255) = 34.90%
R=23.45%
G=41.65%
B=34.90%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1252221860.4400.160.13157.7359.5168.04
Hex7DDEBA2C010D9e3c44
Octal175336272540201523674104
Binary111110111011110101110101011000100001101100111101111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DDEBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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