#93D1BB

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

Shades of Bermuda #93D1BB

Tints of Bermuda #93D1BB

Color information

#93D1BB (or 0x93D1BB) is unknown color: approx Bermuda. HEX triplet: 93, D1 and BB. RGB value is (147,209,187). Sum of RGB (Red+Green+Blue) = 147+209+187=543 (71% of max value = 765). Red value is 147 (57.81% from 255 or 27.07% from 543); Green value is 209 (82.03% from 255 or 38.49% from 543); Blue value is 187 (73.44% from 255 or 34.44% from 543); Max value from RGB is 209 - color contains mainly: green. Hex color #93D1BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93D1BB is #6C2E44. Grayscale: #BBBBBB. Windows color (decimal): -7089733 or 12308883. OLE color: 12308883.

HSL color Cylindrical-coordinate representation of color #93D1BB: hue angle of 158.71º degrees, saturation: 0.4, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #93D1BB is Cyan = 0.30, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.18.

Color convert

RGB147209187-
CMYK0.3000.110.18
HSL158.71º40.26%69.8%-
HSV(B)158.71º29.67%81.96%-
XYZ43.855.3955.4-
YUV187.95127.4698.79-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 27.07%
GREEN value IS 209 (82.03% from 255) = 38.49%
BLUE value IS 187 (73.44% from 255) = 34.44%
R=27.07%
G=38.49%
B=34.44%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1472091870.3000.110.18158.7140.2669.8
Hex93D1BB1E0B129f2846
Octal223321273360132223750106
Binary100100111101000110111011111100101110010100111111010001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93D1BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93D1BB; }

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

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

<style>
 a { background-color: #93D1BB; }

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

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

<style>
 span { border-color: #93D1BB; }

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

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