#7BDCBB

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

Shades of Bermuda #7BDCBB

Tints of Bermuda #7BDCBB

Color information

#7BDCBB (or 0x7BDCBB) is unknown color: approx Bermuda. HEX triplet: 7B, DC and BB. RGB value is (123,220,187). Sum of RGB (Red+Green+Blue) = 123+220+187=530 (70% of max value = 765). Red value is 123 (48.44% from 255 or 23.21% from 530); Green value is 220 (86.33% from 255 or 41.51% from 530); Blue value is 187 (73.44% from 255 or 35.28% from 530); Max value from RGB is 220 - color contains mainly: green. Hex color #7BDCBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BDCBB is #842344. Grayscale: #BBBBBB. Windows color (decimal): -8659781 or 12311675. OLE color: 12311675.

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

Color convert

RGB123220187-
CMYK0.4400.150.14
HSL159.59º58.08%67.25%-
HSV(B)159.59º44.09%86.27%-
XYZ42.7358.9956.15-
YUV187.24127.8682.18-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 23.21%
GREEN value IS 220 (86.33% from 255) = 41.51%
BLUE value IS 187 (73.44% from 255) = 35.28%
R=23.21%
G=41.51%
B=35.28%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1232201870.4400.150.14159.5958.0867.25
Hex7BDCBB2C0FEa03a43
Octal173334273540171624072103
Binary11110111101110010111011101100011111110101000001110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BDCBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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