#7DDDBB

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

Shades of Bermuda #7DDDBB

Tints of Bermuda #7DDDBB

Color information

#7DDDBB (or 0x7DDDBB) is unknown color: approx Bermuda. HEX triplet: 7D, DD and BB. RGB value is (125,221,187). Sum of RGB (Red+Green+Blue) = 125+221+187=533 (70% of max value = 765). Red value is 125 (49.22% from 255 or 23.45% from 533); Green value is 221 (86.72% from 255 or 41.46% from 533); Blue value is 187 (73.44% from 255 or 35.08% from 533); Max value from RGB is 221 - color contains mainly: green. Hex color #7DDDBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DDDBB is #822244. Grayscale: #BCBCBC. Windows color (decimal): -8528453 or 12311933. OLE color: 12311933.

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

Color convert

RGB125221187-
CMYK0.4300.150.13
HSL158.75º58.54%67.84%-
HSV(B)158.75º43.44%86.67%-
XYZ43.2859.6656.25-
YUV188.42127.282.76-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 23.45%
GREEN value IS 221 (86.72% from 255) = 41.46%
BLUE value IS 187 (73.44% from 255) = 35.08%
R=23.45%
G=41.46%
B=35.08%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1252211870.4300.150.13158.7558.5467.84
Hex7DDDBB2B0FD9f3b44
Octal175335273530171523773104
Binary11111011101110110111011101011011111101100111111110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DDDBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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