#7DDCBB

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

Shades of Bermuda #7DDCBB

Tints of Bermuda #7DDCBB

Color information

#7DDCBB (or 0x7DDCBB) is unknown color: approx Bermuda. HEX triplet: 7D, DC and BB. RGB value is (125,220,187). Sum of RGB (Red+Green+Blue) = 125+220+187=532 (70% of max value = 765). Red value is 125 (49.22% from 255 or 23.50% from 532); Green value is 220 (86.33% from 255 or 41.35% from 532); Blue value is 187 (73.44% from 255 or 35.15% from 532); Max value from RGB is 220 - color contains mainly: green. Hex color #7DDCBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DDCBB is #822344. Grayscale: #BBBBBB. Windows color (decimal): -8528709 or 12311677. OLE color: 12311677.

HSL color Cylindrical-coordinate representation of color #7DDCBB: hue angle of 159.16º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7DDCBB is Cyan = 0.43, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.

Color convert

RGB125220187-
CMYK0.4300.150.14
HSL159.16º57.58%67.65%-
HSV(B)159.16º43.18%86.27%-
XYZ43.0259.1356.16-
YUV187.83127.5383.18-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 23.50%
GREEN value IS 220 (86.33% from 255) = 41.35%
BLUE value IS 187 (73.44% from 255) = 35.15%
R=23.50%
G=41.35%
B=35.15%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1252201870.4300.150.14159.1657.5867.65
Hex7DDCBB2B0FE9f3a44
Octal175334273530171623772104
Binary11111011101110010111011101011011111110100111111110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DDCBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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