#93CAC2

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

Shades of Bermuda #93CAC2

Tints of Bermuda #93CAC2

Color information

#93CAC2 (or 0x93CAC2) is unknown color: approx Bermuda. HEX triplet: 93, CA and C2. RGB value is (147,202,194). Sum of RGB (Red+Green+Blue) = 147+202+194=543 (71% of max value = 765). Red value is 147 (57.81% from 255 or 27.07% from 543); Green value is 202 (79.30% from 255 or 37.20% from 543); Blue value is 194 (76.17% from 255 or 35.73% from 543); Max value from RGB is 202 - color contains mainly: green. Hex color #93CAC2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93CAC2 is #6C353D. Grayscale: #B8B8B8. Windows color (decimal): -7091518 or 12765843. OLE color: 12765843.

HSL color Cylindrical-coordinate representation of color #93CAC2: hue angle of 171.27º degrees, saturation: 0.34, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #93CAC2 is Cyan = 0.27, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.21.

Color convert

RGB147202194-
CMYK0.2700.040.21
HSL171.27º34.16%68.43%-
HSV(B)171.27º27.23%79.22%-
XYZ42.8952.3458.88-
YUV184.64133.28101.15-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 27.07%
GREEN value IS 202 (79.30% from 255) = 37.20%
BLUE value IS 194 (76.17% from 255) = 35.73%
R=27.07%
G=37.20%
B=35.73%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1472021940.2700.040.21171.2734.1668.43
Hex93CAC21B0415ab2244
Octal22331230233042525342104
Binary10010011110010101100001011011010010101101010111000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93CAC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,202,194); }

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

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

 a { background-color: rgb(147,202,194); }

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

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

 span { border-color: rgb(147,202,194); }

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