#7BD1BB

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

Shades of Bermuda #7BD1BB

Tints of Bermuda #7BD1BB

Color information

#7BD1BB (or 0x7BD1BB) is unknown color: approx Bermuda. HEX triplet: 7B, D1 and BB. RGB value is (123,209,187). Sum of RGB (Red+Green+Blue) = 123+209+187=519 (68% of max value = 765). Red value is 123 (48.44% from 255 or 23.70% from 519); Green value is 209 (82.03% from 255 or 40.27% from 519); Blue value is 187 (73.44% from 255 or 36.03% from 519); Max value from RGB is 209 - color contains mainly: green. Hex color #7BD1BB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BD1BB is #842E44. Grayscale: #B4B4B4. Windows color (decimal): -8662597 or 12308859. OLE color: 12308859.

HSL color Cylindrical-coordinate representation of color #7BD1BB: hue angle of 164.65º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7BD1BB is Cyan = 0.41, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.18.

Color convert

RGB123209187-
CMYK0.4100.110.18
HSL164.65º48.31%65.1%-
HSV(B)164.65º41.15%81.96%-
XYZ39.9453.455.22-
YUV180.78131.5186.79-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 23.70%
GREEN value IS 209 (82.03% from 255) = 40.27%
BLUE value IS 187 (73.44% from 255) = 36.03%
R=23.70%
G=40.27%
B=36.03%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1232091870.4100.110.18164.6548.3165.1
Hex7BD1BB290B12a53041
Octal173321273510132224560101
Binary111101111010001101110111010010101110010101001011100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BD1BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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