#7BDDB9

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

Shades of Bermuda #7BDDB9

Tints of Bermuda #7BDDB9

Color information

#7BDDB9 (or 0x7BDDB9) is unknown color: approx Bermuda. HEX triplet: 7B, DD and B9. RGB value is (123,221,185). Sum of RGB (Red+Green+Blue) = 123+221+185=529 (70% of max value = 765). Red value is 123 (48.44% from 255 or 23.25% from 529); Green value is 221 (86.72% from 255 or 41.78% from 529); Blue value is 185 (72.66% from 255 or 34.97% from 529); Max value from RGB is 221 - color contains mainly: green. Hex color #7BDDB9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BDDB9 is #842246. Grayscale: #BBBBBB. Windows color (decimal): -8659527 or 12180859. OLE color: 12180859.

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

Color convert

RGB123221185-
CMYK0.4400.160.13
HSL157.96º59.04%67.45%-
HSV(B)157.96º44.34%86.67%-
XYZ42.7859.4355.11-
YUV187.59126.5381.93-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 23.25%
GREEN value IS 221 (86.72% from 255) = 41.78%
BLUE value IS 185 (72.66% from 255) = 34.97%
R=23.25%
G=41.78%
B=34.97%

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
Decimal1232211850.4400.160.13157.9659.0467.45
Hex7BDDB92C010D9e3b43
Octal173335271540201523673103
Binary111101111011101101110011011000100001101100111101110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BDDB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,221,185); }

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

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

 a { background-color: rgb(123,221,185); }

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

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

 span { border-color: rgb(123,221,185); }

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