#93D2BD

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

Shades of Bermuda #93D2BD

Tints of Bermuda #93D2BD

Color information

#93D2BD (or 0x93D2BD) is unknown color: approx Bermuda. HEX triplet: 93, D2 and BD. RGB value is (147,210,189). Sum of RGB (Red+Green+Blue) = 147+210+189=546 (72% of max value = 765). Red value is 147 (57.81% from 255 or 26.92% from 546); Green value is 210 (82.42% from 255 or 38.46% from 546); Blue value is 189 (74.22% from 255 or 34.62% from 546); Max value from RGB is 210 - color contains mainly: green. Hex color #93D2BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93D2BD is #6C2D42. Grayscale: #BCBCBC. Windows color (decimal): -7089475 or 12440211. OLE color: 12440211.

HSL color Cylindrical-coordinate representation of color #93D2BD: hue angle of 160º degrees, saturation: 0.41, 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 #93D2BD is Cyan = 0.30, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.18.

Color convert

RGB147210189-
CMYK0.3000.100.18
HSL160º41.18%70%-
HSV(B)160º30%82.35%-
XYZ44.2655.9756.61-
YUV188.77128.1398.21-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 26.92%
GREEN value IS 210 (82.42% from 255) = 38.46%
BLUE value IS 189 (74.22% from 255) = 34.62%
R=26.92%
G=38.46%
B=34.62%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1472101890.3000.100.1816041.1870
Hex93D2BD1E0A12a02946
Octal223322275360122224051106
Binary100100111101001010111101111100101010010101000001010011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93D2BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,210,189); }

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

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

 a { background-color: rgb(147,210,189); }

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

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

 span { border-color: rgb(147,210,189); }

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