#7BDABB

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

Shades of Bermuda #7BDABB

Tints of Bermuda #7BDABB

Color information

#7BDABB (or 0x7BDABB) is unknown color: approx Bermuda. HEX triplet: 7B, DA and BB. RGB value is (123,218,187). Sum of RGB (Red+Green+Blue) = 123+218+187=528 (69% of max value = 765). Red value is 123 (48.44% from 255 or 23.30% from 528); Green value is 218 (85.55% from 255 or 41.29% from 528); Blue value is 187 (73.44% from 255 or 35.42% from 528); Max value from RGB is 218 - color contains mainly: green. Hex color #7BDABB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BDABB is #842544. Grayscale: #BABABA. Windows color (decimal): -8660293 or 12311163. OLE color: 12311163.

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

Color convert

RGB123218187-
CMYK0.4400.140.15
HSL160.42º56.21%66.86%-
HSV(B)160.42º43.58%85.49%-
XYZ42.2157.9455.97-
YUV186.06128.5383.02-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 23.30%
GREEN value IS 218 (85.55% from 255) = 41.29%
BLUE value IS 187 (73.44% from 255) = 35.42%
R=23.30%
G=41.29%
B=35.42%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1232181870.4400.140.15160.4256.2166.86
Hex7BDABB2C0EFa03843
Octal173332273540161724070103
Binary11110111101101010111011101100011101111101000001110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BDABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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