#7BDFBD

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

Shades of Bermuda #7BDFBD

Tints of Bermuda #7BDFBD

Color information

#7BDFBD (or 0x7BDFBD) is unknown color: approx Bermuda. HEX triplet: 7B, DF and BD. RGB value is (123,223,189). Sum of RGB (Red+Green+Blue) = 123+223+189=535 (70% of max value = 765). Red value is 123 (48.44% from 255 or 22.99% from 535); Green value is 223 (87.5% from 255 or 41.68% from 535); Blue value is 189 (74.22% from 255 or 35.33% from 535); Max value from RGB is 223 - color contains mainly: green. Hex color #7BDFBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BDFBD is #842042. Grayscale: #BDBDBD. Windows color (decimal): -8659011 or 12443515. OLE color: 12443515.

HSL color Cylindrical-coordinate representation of color #7BDFBD: hue angle of 159.6º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7BDFBD is Cyan = 0.45, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.

Color convert

RGB123223189-
CMYK0.4500.150.13
HSL159.6º60.98%67.84%-
HSV(B)159.6º44.84%87.45%-
XYZ43.7460.6657.55-
YUV189.22127.8780.76-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 22.99%
GREEN value IS 223 (87.5% from 255) = 41.68%
BLUE value IS 189 (74.22% from 255) = 35.33%
R=22.99%
G=41.68%
B=35.33%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1232231890.4500.150.13159.660.9867.84
Hex7BDFBD2D0FDa03d44
Octal173337275550171524075104
Binary11110111101111110111101101101011111101101000001111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BDFBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,223,189); }

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

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

 a { background-color: rgb(123,223,189); }

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

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

 span { border-color: rgb(123,223,189); }

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