#7DDABB

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

Shades of Bermuda #7DDABB

Tints of Bermuda #7DDABB

Color information

#7DDABB (or 0x7DDABB) is unknown color: approx Bermuda. HEX triplet: 7D, DA and BB. RGB value is (125,218,187). Sum of RGB (Red+Green+Blue) = 125+218+187=530 (70% of max value = 765). Red value is 125 (49.22% from 255 or 23.58% from 530); Green value is 218 (85.55% from 255 or 41.13% from 530); Blue value is 187 (73.44% from 255 or 35.28% from 530); Max value from RGB is 218 - color contains mainly: green. Hex color #7DDABB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DDABB is #822544. Grayscale: #BABABA. Windows color (decimal): -8529221 or 12311165. OLE color: 12311165.

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

Color convert

RGB125218187-
CMYK0.4300.140.15
HSL160º55.69%67.25%-
HSV(B)160º42.66%85.49%-
XYZ42.558.0955.99-
YUV186.66128.1984.02-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 23.58%
GREEN value IS 218 (85.55% from 255) = 41.13%
BLUE value IS 187 (73.44% from 255) = 35.28%
R=23.58%
G=41.13%
B=35.28%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1252181870.4300.140.1516055.6967.25
Hex7DDABB2B0EFa03843
Octal175332273530161724070103
Binary11111011101101010111011101011011101111101000001110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DDABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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